simple (work in progess) boilerplate ready to develop games with Phaser and typescript
$ git clone --depth=1 https://github.com/gvinaccia/phaser-starter.git <project-name>
$ cd <project-name>
$ yarn install
yarn run dev
will start the devserver in watch mode and open the browser
yarn run lint
will run tslint on the codebase using the rules specificed in tslint.json
yarn run build
will compile and minify the code making it ready for deploy
Since type definitions aren't available yet via npm they are included in this repository, is is always possible to update them by running yarn run typings:update
this work is ispired by