Yet another starting point for creating React apps. This boilerplate uses React Router, Webpack, HMR, PostCSS & Express.
npm install
npm start
This will start an express app at http://localhost:8000.
npm run build
npm run build:start
This will create a production build and will start a server at http://localhost:8000/
Install the Heroku toolbelt.
heroku create myapp
git push heroku master
bharanim @bharani91
Heavily inspired by react-kickstart.