https://github.com/mikedevelops/skifree-2
https://github.com/mikedevelops/skifree-2
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikedevelops/skifree-2
- Owner: mikedevelops
- Created: 2018-11-19T12:29:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T15:23:55.000Z (over 7 years ago)
- Last Synced: 2025-02-28T23:58:36.845Z (over 1 year ago)
- Language: JavaScript
- Size: 5.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser TypeScript Starter
A starting point for [Phaser](https://phaser.io/) games written in [TypeScript](https://www.typescriptlang.org) including [TSLint](https://github.com/palantir/tslint) and [ts-jest](https://github.com/kulshekhar/ts-jest).
## Getting Started
Install project dependencies.
```
npm install
```
Start a local webserver and watch for changes.
```
npm run dev
```
Run test suite.
```
npm test
```
Create a production build.
```
npm run prod
```