A boilerplate for Phaser HTML5 game framework, with typescript and Vitejs bundler
Demo: https://andreecy.github.io/phaser-ts/
- typescript
- Vite bundler
- HMR (Hot module replacement) fast refresh
- eslint, prettier
npx degit andreecy/phaser phaser-app
cd phaser-appnpm installstart the development
npm run devbuild production version
npm run build