phaser-build
Installation
SKILL.md
Phaser 4 Build and Deployment
Development Server
Start the dev server with hot reload:
npm run dev
Opens at http://localhost:5173 (Vite default). Changes auto-reload in the browser.
Production Build
npm run build # Compiles TypeScript + bundles with Vite → dist/
npm run preview # Serve the dist/ folder locally to test production build