Skip to content

TVScoundrel/mmo-phaser-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published