phaser3-typescript-template
v0.0.3
Published
A Phaser 3 project template with Typescript support
Downloads
7
Readme
Phaser 3 Typescript Project Template
A Phaser 3 project template with Typescript support.
DISCLAIMER: There is currently no typing support for Phaser 3. For this reason tsc will throw errors due to Phaser not being defined. Once the official typings are complete, they'll be integrated here. https://github.com/photonstorm/phaser/issues/3224
Requirements
Install and run
| Command | Description |
| -------------------- | ------------------------------------------------------ |
| npm install
| Install dependencies |
| npm start
| Build app and launch browser |
| npm run production
| Build app with minification enabled |
| npm run type-check
| Runs tsc |