https://github.com/mikedevelops/engine
A starting point for Pixi.js games built with typescript
https://github.com/mikedevelops/engine
Last synced: about 2 months ago
JSON representation
A starting point for Pixi.js games built with typescript
- Host: GitHub
- URL: https://github.com/mikedevelops/engine
- Owner: mikedevelops
- Created: 2017-12-19T12:25:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T13:07:31.000Z (over 8 years ago)
- Last Synced: 2025-01-11T14:28:24.197Z (over 1 year ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ENGINE
A starting point for games built on the [PIXI.js](http://www.pixijs.com/) renderer in [TypeScript](https://www.typescriptlang.org).
## Getting Started
Grab project dependencies.
```
npm install
```
Start a local webserver and watch for changes.
```
npm run watch
```
Run test suite, powered by [Jest](https://facebook.github.io/jest/).
```
npm test
```