Phaser 3 boilerplate with Typescript
Provides the following, to enable faster development of new Phaser projects:
Included are 3 scenes:
manifest.json
npm install
npm start
Build files, run the webpack dev-server - available at localhost:8080
npm run build
Build the production version and output files to dist
npm run lint
Lint the codebase using ESLint