Skip to content
This repository was archived by the owner on Aug 8, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

File metadata and controls

17 lines (11 loc) · 373 Bytes

react-boilerplate

Full react starter kit, including:

  • Webpack-dev-server and hot reloading for development
  • Express server ready to push to Heroku
  • BrowserRouter used and integrated with the app
  • React 16 and Webpack 4 used!

To start using :

cd react-boilerplate

npm install

For development run npm run dev

For production run npm startDev