A simple starter repo for a Webpack 4 project.
- Production and development modes
- Babel transpiling from ES6 to ES5
- Webpack Dev Server
git clone git@github.com:chriscandy/webpack-4-starter.git # clone the repo
yarn # install all dependencies
yarn dev # fire up the webpack-dev-server
yarn build # build production ready projectCSS are generated from SCSS files located in the ./src/scss directory.
- ESLint + Prettier integration
- For consistent code styling.