Awesome
mmo-phaser-es6
This Repository is based off a different project: basic-mmo-phaser with thanks to Jerome Renaux.
This project here is a succesful attempt at refactoring before mentioned repository into ES2015.
Download this repository and get all dependencies
git clone https://github.com/TVScoundrel/mmo-phaser-es6.git
cd mmo-phaser-es6
npm install
Starting your server
This skeleton uses webpack to turn your beautiful ES2015 code into something your browser understands, so before starting the server you should pack the code that is there by opening a terminal and typing:
npm run dev
Now you can start the server by typing:
npm start
This will serve your project at localhost:8081