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.
git clone https://github.com/TVScoundrel/mmo-phaser-es6.git
cd mmo-phaser-es6
npm install
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