Skip to content

Files

Latest commit

ac741a8 · Feb 1, 2017

History

History
18 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 429 Bytes

React / Webpack / Heroku Starter Kit

Heroku deployable app for React/Webpack web apps.

Detailed explanation about the setup.

Running on development mode:

npm start

Running to production mode:

npm run build
npm start

Before you deploy, make sure you generated your bundle through npm run build.