Skip to content

samme/phaser-ce-rollup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser CE with Rollup 🗞

Getting started

Clone or download this repository and install its dependencies:

git clone https://github.com/samme/phaser-ce-rollup.git my-phaser-game
# OR
npx degit "samme/phaser-ce-rollup" my-phaser-game

cd my-phaser-game
npm install

# Watch and serve
npm run dev

# Build for production
npm run build

TODO

License

MIT.