A minimalistic Webpack 2 ES6 boilerplate project.
- 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
git clone https://github.com/jluccisano/webpack-es6-boilerplate.git
- Run
npm install
- Start the dev server using
npm start
- Open http://localhost:9000
npm start
- start the dev servernpm run build
- create build indist
foldernpm run lint
- run an ESLint checknpm run coverage
- run code coverage and generate report in thecoverage
foldernpm test
- run all testsnpm run test:watch
- run all tests in watch mode
webpack-es6-boilerplate is available under MIT.