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
Installs
15
GitHub Stars
9
First Seen
Apr 12, 2026
phaser-build — yakoub-ai/phaser4-gamedev