Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloakedninjas/phaser3-typescript-boilerplate
Phaser 3 boilerplate with Typescript
https://github.com/cloakedninjas/phaser3-typescript-boilerplate
boilerplate phaser phaser-boilerplate phaser3 phaser3-boilerplate phaserjs typescript
Last synced: 15 days ago
JSON representation
Phaser 3 boilerplate with Typescript
- Host: GitHub
- URL: https://github.com/cloakedninjas/phaser3-typescript-boilerplate
- Owner: cloakedninjas
- Created: 2019-04-16T16:06:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T16:55:10.000Z (about 1 year ago)
- Last Synced: 2025-01-16T06:59:38.211Z (19 days ago)
- Topics: boilerplate, phaser, phaser-boilerplate, phaser3, phaser3-boilerplate, phaserjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 10
- Watchers: 0
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser 3 Typescript Boilerplate
Provides the following, to enable faster development of new Phaser projects:
- Phaser 3.70
- Typescript 5
- Webpack 5Included are 3 scenes:
- **Boot** (for minimal file loading for files needed in Preload)
- **Preload** contains a bespoke driven by the `manifest.json`
- **Game** primary game scene## Installation
`npm install`
## Scripts
- `npm start`
Build files, run the webpack dev-server - available at [localhost:8080](http://localhost:8080)
- `npm run build`
Build the production version and output files to `dist`
- `npm run lint`
Lint the codebase using ESLint