https://github.com/nawarian/kalhos
https://github.com/nawarian/kalhos
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nawarian/kalhos
- Owner: nawarian
- License: gpl-3.0
- Created: 2023-03-16T07:49:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T20:08:07.000Z (about 2 years ago)
- Last Synced: 2025-02-15T16:13:43.134Z (3 months ago)
- Language: TypeScript
- Size: 938 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Phaser Typescript Skeleton
---Simple [phaser.io](https://phaser.io) set up using Typescript and Webpack.
## Running
First clone and install dependencies:
```
$ git clone https://github.com/nawarian/phaser-ts-skeleton
$ cd phaser-ts-skeleton
$ npm install
```Then boot your development environment with the dev script:
```
$ npm run dev
```## License
This project (`nawarian/phaser-ts-skeleton`) is licensed under GPL-3.0. You are free to clone, modify and use it
in any project, be it for profit or not. You MUST share publicly any code that makes
use of the sources made available by this project (`nawarian/phaser-ts-skeleton`).