An open API service indexing awesome lists of open source software.

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

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
```