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:

git clone https://github.com/elinahovakimyan/react-boilerplate.git

cd react-boilerplate

npm install

For development run npm run dev

For production run npm start