/react_blank

react code splitting template

Primary LanguageJavaScript

Blank_React

Built with React, React Router V4, Webpack 3 with Code Splitting

Resources:

Installation

$ npm install

Firing up the webpack dev environment

$ npm run start

Production build

view locally at localhost:3050

$ npm run build
$ NODE_ENV=production node server.js

Push build to Heroku

[app-name].herokuapp.com

$ git push heroku master