Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geowarin/phaser-npm-ts
https://github.com/geowarin/phaser-npm-ts
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/geowarin/phaser-npm-ts
- Owner: geowarin
- Created: 2015-05-14T14:25:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T15:43:47.000Z (over 8 years ago)
- Last Synced: 2023-04-09T10:55:43.631Z (over 1 year ago)
- Language: TypeScript
- Size: 4.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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
----