Phaser Starter
July 18, 2018 ยท View on GitHub

Minimal starter project to get a Phaser game environment up and running with ease.
Install
- Get the files by either:
- Forking this repository
- Downloading a zip/tar.gz
- Cloning this repository with
git clone https://github.com/oliverbenns/phaser-starter.git
cd phaser-starternvm installnpm install
Development
npm start- Open
http://localhost:8080
Build
npm run build- All game files will be in
/dist
Phaser 2
If you are looking for a Phaser 2 starter environment, you can download the 1.0.1 release