robertSahm / react_blank

react code splitting template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react code splitting template


Languages

Language:JavaScript 55.6%Language:CSS 37.8%Language:HTML 6.6%