Skip to content

sammosampson/CompositeUIExample-Fulfilment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flux-stackrpg

This is spike project to try and build a simple rpg game and learn React.

@4imble is also doing this using Aurelia

  • Install Node.
  • Install Git
  • From a cmd prompt or bash install jspm by typing npm install jspm -g
  • Install serve to locally serve up app by typing npm install serve -g
  • Download repository
  • In the repository dir type jspm install
  • In the repository dir type serve
  • Navigate to localhost:3000
  • Youre away!