First try, may correct this later
- Webpack (2 configs: for development and production)
- Babel
- Eslint
- Prettier
- Browserslist
- Editorconfig
- PostCSS with CSSnano, Autoprefixer and PostCSS-preset-env
- Style loader and CSS loader for development
- MiniCSSExtractPlugin for production
- React
- React hot loader
git clone [email protected]:tropnikov/webpack-and-react-boilerplate.git
cd webpack-and-react-boilerplate
npm i
npm run dev
Comments and advices are welcome