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

https://github.com/miasmos/phaser3-typescript-template

A Phaser 3 project template with Typescript support
https://github.com/miasmos/phaser3-typescript-template

babel javascript phaser phaser3 typescript webpack webpack4

Last synced: 19 days ago
JSON representation

A Phaser 3 project template with Typescript support

Awesome Lists containing this project

README

          

# Phaser 3 Typescript Project Template

A Phaser 3 project template with Typescript support.

### Requirements

[Node.js](https://nodejs.org)

## Install and run

| Command | Description |
| -------------------- | ------------------------------------------------------ |
| `npm install` | Install dependencies |
| `npm start` | Build app and launch browser |
| `npm run production` | Build app with minification enabled |
| `npm run type-check` | Runs tsc |