Inspired from Phaser-ES6-Boilerplate but based on webpack as builder for JS application.
Phaser-ES6-Webpack also webpack based system for phaser.
Pros:
- Ready for all platforms (cordova based for mobile platform)
- Highly customizable (includes webfontloader, predefined width/height config)
Cons:
- Webpack v3
- Smaller game states lifecycle (3 state instead 5)
- Large dev-env dependencies
To start your own project do the following steps:
Navigate to yor destination directory and run:
git clone https://github.com/Dmitry-Kucher/phaser-webpack-es6
Navigate to recently cloned directory:
cd phaser-webpack-es6
And remove .git directory:
rm -rf .git
npm install
npm run start:dev