Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samme/phaser-ce-rollup
- Owner: samme
- License: mit
- Created: 2021-09-10T17:54:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T00:53:33.000Z (about 1 year ago)
- Last Synced: 2024-11-25T07:55:18.871Z (2 months ago)
- Topics: phaser, phaser-boilerplate, phaser-ce
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-gamecd 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).