Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 420 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 420 Bytes

react-dust-exploration

This follows the React tutorial from http://facebook.github.io/react/docs/tutorial.html using Kraken as the back-end.

steps to install

  1. npm install
  2. bower install
  3. grunt build
  4. node index.js

steps for a dev environment

kraken-devtools was disabled in this project, so for a working dev setup:

  1. npm install
  2. bower install
  3. grunt build
  4. grunt watch &
  5. node index.js