Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samme/phaser-ce-rollup

Phaser CE project template with rollup
https://github.com/samme/phaser-ce-rollup

phaser phaser-boilerplate phaser-ce

Last synced: 7 days ago
JSON representation

Phaser CE project template with rollup

Awesome Lists containing this project

README

        

Phaser CE with Rollup 🗞
=====================

Getting started
---------------

Clone or download this repository and install its dependencies:

```bash
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
----

- Clean output directory
- [livereload](https://github.com/thgh/rollup-plugin-livereload)

License
-------

[MIT](LICENSE).