A jstogether project. Follow us on slack and reddit https://www.reddit.com/r/jstogether.
Flex and indexedDB aren't implemented properly in Safari yet.
Please view using another browser, thanks :)
To run the app, follow these steps.
- Install gulp, our task runner:
npm install -g gulp
- Install jspm, our client side package manager:
npm install -g jspm@beta
- Configure jspm with your Github account. Prevents any download rate-limits:
jspm registry config github
- Install the required npm development tools:
npm install
- Install the required jspm client libraries:
jspm install -y
- Start the development webserver:
gulp watch or gulp serve
- Browse to http://localhost:9000.