Webpack 4 boilerplate with Babel, SASS, eslint, DevServer, HMR, Jest, Prettier and Performances and Optimization Techniques.
Copy this project without git from terminal.
curl -L -o master.zip https://github.com/victors1681/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip
npm install
Run the local webpack-dev-server on http://localhost:9000/
npm run dev
Build the current application
npm run dist