Pacman Game using Phaser
After starting the development server with npm run watch, you can edit any files in the src folder
and Rollup will automatically recompile and reload your server (available at http://localhost:10001
by default).
| Command | Description |
|---|---|
npm install |
Install project dependencies |
npm run watch |
Build project and open web server running project, watching for changes |
npm run dev |
Builds project and open web server, but do not watch for changes |
npm run build |
Builds code bundle with production settings (minification, no source maps, etc..) |