Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 834 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 834 Bytes

React Webpack Boilerplate

Build Status Dependencies Status Dev Dependencies Status

A react + webapck boilerplate with:

  • react
  • webpack 2
  • hot reload
  • babel
  • extract-text-webpack-plugin

Use

npm install
  • Development mode

    node server.js or npm start

    Open http://localhost:3000/

  • Production mode

    sh ./pack_run.sh or npm run build

    Open index.html in the browser directly.