Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geowarin/phaser-webpack
https://github.com/geowarin/phaser-webpack
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/geowarin/phaser-webpack
- Owner: geowarin
- License: mit
- Created: 2015-04-27T21:40:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T15:05:35.000Z (over 7 years ago)
- Last Synced: 2023-04-09T10:55:44.494Z (over 1 year ago)
- Language: TypeScript
- Size: 3.82 MB
- Stars: 3
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
This project is written in typescript 1.5 with ES6 modules.
Take a look at the `scripts` section of `package.json` to understand how it works.
Typescript assets are compiled with http://webpack.github.io[webpack].To build the app, run:
----
npm run build
----To start a dev server with hot reload:
----
npm start
----It will automatically open a browser on `http://localhost:8080/webpack-dev-server/`.
Use `http://localhost:8080/` if you don't want auto-reload.To deploy to github-pages:
----
npm run deploy
----