Phaser 3 Webpack 4 Template

Minimal project template for Phaser 3 using Webpack 4 and ES6. This project is mainly me trying to learn Webpack configuration and trying out some stuff in Phaser 3 (https://photonstorm.github.io/phaser3-docs/index.html).

Other, more competent, Phaser project templates can be found here:

Use

  1. Clone the repository:

git clone https://github.com/missinglinks/phaser3-webpack4-template

  1. Install node modules:

npm install

  1. Run development server:

npm run start

  1. Create an awesome game!

Links