This is a boilerplate repository (if you can call it that way) with a set of tools already pre-configured for you that contains:
- Webpack configuration with loaders for ES6 ,ESLint, CSS.
- Webpack dev server.
- Mocha for testing.
- Clean and Build for production tasks.
- A deploy task (using gh-pages).
0.1.0
$ git clone [git-repo-url]
$ npm install
$ npm run start
$ npm run start
$ npm run test
$ npm run test:lint
$ npm run build
$ npm run build
$ npm run stats