0.0.3 • Published 6 years ago

phaser3-typescript-template v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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

Node.js

Install and run

CommandDescription
npm installInstall dependencies
npm startBuild app and launch browser
npm run productionBuild app with minification enabled
npm run type-checkRuns tsc