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
- Host: GitHub
- URL: https://github.com/miasmos/phaser3-typescript-template
- Owner: miasmos
- License: mit
- Created: 2018-03-19T08:38:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T20:50:14.000Z (over 7 years ago)
- Last Synced: 2025-10-04T16:58:38.696Z (3 months ago)
- Topics: babel, javascript, phaser, phaser3, typescript, webpack, webpack4
- Language: JavaScript
- Size: 344 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |