Boilerplate template for phaser3 with typescript, es6 and webpack4
Download and install npm with Node.js @ https://nodejs.org/en
Select a folder, navigate to it, and clone this repository with this command-line:
git clone https://github.com/rankuptuts/phaser3-typescript-webpack4.git
Install the dependencies with this command-line:
npm install
If you use yarn just replace
npm
withyarn
Perform a quick build and start server:
npm start
If you use yarn just replace
npm
withyarn
- If you have any suggestion, let me know!
This project is licensed under the MIT License - see the LICENSE.md file for details.