Built with node + react.
git clone
to clone the reponpm install
to install node dependenciesgrunt server
to run the node server. Open up your browser and go to http://localhost and you'll see the app. Note: Might need to run assudo
otherwise it will crash
Run git push heroku master
-- you must have access to the heroku repo & the relevant permissions before you can do so