Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 6 hours ago
JSON representation

Phaser 3 boilerplate with Typescript

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 5

Included 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