From within the root directory:
npm install -g react-tools
npm install
bower install
npm start
To browserify and start auto-compiling jsx while watching the jsx files and saving on any changes.
All the components will be bundled into a file called bundle.js that is then required within the index.html
In a new terminal tab other than the one running npm start
run:
cd client; python -m SimpleHTTPServer
To create a temporary server.
Now visit http://localhost:8000 to see the site in development.