#React + Express Starter React, Redux, Express, Bourbon & Neat.
##Getting Started
- Run
npm install
- Use
npm run watch
to bundle with Webpack and watch for changes npm start
will start the server with Webpack Hot Middleware
##Deploying
A npm postinstall script is included to run npm run build
after install.
npm run build
will bundle the client for production- A Procfile is included for Heroku. It will run
npm run start:prod
.