- Webpack (v3.5.5)
- Webpack Dev Server (v2.7.1)
- Hot Module Replacement
- Clean Webpack Plugin (v0.1.16)
- ECMAScript 6
- Babel (v6.26.0)
- ESLint (v4.5.0)
- Jest (v20.0.4)
- Sass
Two simple steps to start:
- Install the required libraries.
yarn start
- Install the dependencies if you don't already have them.
To develop using Webpack ES6 boilerplate, run:
yarn start
yarn start
- start the dev serveryarn run build
- create build indist
folder (remember to run it before commit)yarn run lint
- run an ESLint checkyarn run coverage
- run code coverage and generate report in thecoverage
folderyarn test
- run all testsyarn run test:watch
- run all tests in watch mode
webpack-es6-boilerplate is available under MIT.