Phaser Boilerplate
Installation
Ensure you have Node.js installed.
Clone this repo and cd
to project directory.
npm i
Tasks
Run the development server to preview locally at http://localhost:8080/.
npm start
Create a production build.
npm run build