This follows the React tutorial from http://facebook.github.io/react/docs/tutorial.html using Kraken as the back-end.
- npm install
- bower install
- grunt build
- node index.js
kraken-devtools was disabled in this project, so for a working dev setup:
- npm install
- bower install
- grunt build
- grunt watch &
- node index.js