Simple React Universal Boilerplate with hot reloading
JavaScript HTML
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
public
src
.babelrc
README.md
index.html
package.json
screencapture-localhost-3000-1477942396983.png
webpack.config.dev.js
webpack.config.prod.js

README.md

React Universal Boilerplate with hot reloading

This is Simple React Universal Boilerplate with hot reloading

screenshot

Built with

  • webpack
  • React
  • React Helmet
  • React Router

Usage

npm install

DEVELOPMENT MODE

npm run dev

PRODUCTION MODE

npm run production