A boilerplate project for creating games with Phaser3, ES6 and Webpack.
Requires node.js and npm to be installed: https://nodejs.org/en/
From your workspace directory run:
git clone https://github.com/jedhastwell/phaser3-es6-webpack-boilerplate.git
From the project directory run:
npm install
Starts a development server that will automatically refresh the page as you make changes. Once started, navigate to http://localhost:8080 in your browser.
To start the server run:
npm run start
Bundles and minimises scripts and outputs them along with a copy of the assets/ folder to output directory dist/.
To build for distribution run:
npm run build