#bare-webpack
Babel, React and webpack boilerplate assembled following instructions from
- https://survivejs.com/webpack_react/introduction/
- https://christianalfoni.github.io/react-webpack-cookbook/
- https://github.com/petehunt/webpack-howto
npm install
npm run dev
Will start a webpack-dev-server (live reloads) on
http://localhost:8080/
featuring react-hot-loader (hot reloads)
npm run build
Will output a bundle in build
folder