Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreecy/phaser-ts
A boilerplate for Phaser HTML5 game framework, with typescript, vitejs
https://github.com/andreecy/phaser-ts
boilerplate phaser typescript
Last synced: 15 days ago
JSON representation
A boilerplate for Phaser HTML5 game framework, with typescript, vitejs
- Host: GitHub
- URL: https://github.com/andreecy/phaser-ts
- Owner: andreecy
- Created: 2022-06-17T18:30:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:31:07.000Z (22 days ago)
- Last Synced: 2025-01-10T19:36:18.540Z (22 days ago)
- Topics: boilerplate, phaser, typescript
- Language: TypeScript
- Homepage:
- Size: 319 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser Typescript Vite 📦
A boilerplate for Phaser HTML5 game framework, with typescript and Vitejs bundler
Demo: https://andreecy.github.io/phaser-ts/
## Features
- typescript
- Vite bundler
- HMR (Hot module replacement) fast refresh
- eslint, prettier## Getting Started
```bash
npx degit andreecy/phaser phaser-appcd phaser-app
```### Installation
```bash
npm install
```### Run
start the development
```bash
npm run dev
```### Build
build production version
```bash
npm run build
```