npm install
node server.js
##To add css: put script tags inside both src/index.html and public/index.html (or try copying and pasting your css into the css fil under src or public)
##To access the deploy branch you may have to run either of the following commands:
git checkout deploy
git branch --set-upstream-to=origin/deploy deploy
##To deploy to heroku, push changes to 'origin/deploy' branch:
-git checkout deploy
-git rebase master
##Not included in this version:
- React Router - custom urls
- Browserify - you have to press refresh every time you make a change
Heroku deployable boilerplate for React/Flux/Webpack apps. This sample is a reference to this post.