Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 440 Bytes

Aurelia - StackRpg

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

@sammosampson is also building the same app using react. [https://github.com/sammosampson/flux-stackrpg]

You will need to run to set up the project these two commands (assuming npm and jspm is set up):

  • npm install
  • jspm install -y

Then

  • gulp watch

it will output a localhost address, navigate to there to see it all running.