Phaser 3 skeleton project, based on snowbillr's tutorial. Clone this repo and use it as a skeleton for your next Phaser 3 project.
Features:
- Webpack dev server
- Transpilation with Babel
- Default scene setup
- Phaser as a separate dependency (chunk)
To do:
- Option to load Phaser from a CDN
yarn run webpack-dev-server
to run the local development server.
yarn run webpack
to build.