Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-app

cd phaser-app
```

### Installation

```bash
npm install
```

### Run

start the development

```bash
npm run dev
```

### Build

build production version

```bash
npm run build
```