Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geowarin/phaser-npm-ts


https://github.com/geowarin/phaser-npm-ts

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

This project is written in typescript 1.5 with internal modules.

Take a look at the `scripts` section of `package.json` to understand how it works.

To build the app, run:

----
npm run build
----

To start a dev server with hot reload:

----
npm start
----

To deploy to github-pages:

----
npm run deploy
----