A simple Webpack 4 starter boilerplate.
- Linting: ESLint / Prettier with pre-commit hook
- Babel ES6
- Development & Production Modes
- React version ("react" branch)
- use
...tarball/react...below for React version.
- use
- Copy the repo:
curl -L https://github.com/digitaltopo/webpack-4-simple-boilerplate/tarball/master | tar zx - Install:
npm install - Develop:
npm start - Build:
npm run build