/typescript-phaser-example

Simple web app implemented with Typescript and Phaser. Webpack is used to build and serve locally during development.

Primary LanguageJavaScript

typescript-phaser-example

Getting started

npm install

Build the app

npm run build

Run in browser

npm run start

Run tslint

npm run lint