This project was cloned from
https://github.com/rwieruch/advanced-react-webpack-babel-setup
and modified
- React 16
- Webpack 4
- Babel 7
- Hot Module Replacement
- Dev + Production Builds
- Dist Folder Managagement by Webpack
- Common and environment specific Webpack Configuration
- Composition of Webpack Configuration
- Source Maps
- Environment Variables
- Webpack Add-Ons
- ESLint + Prettier
git clone https://github.com/josh-wer/react-boilerplate.git
- cd react-boilerplate
- npm install
- npm start