https://github.com/geowarin/phaser-npm-ts
https://github.com/geowarin/phaser-npm-ts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geowarin/phaser-npm-ts
- Owner: geowarin
- Created: 2015-05-14T14:25:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T15:43:47.000Z (about 9 years ago)
- Last Synced: 2024-12-25T14:07:53.350Z (4 months 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
----