Install package
$ npm install
Start webpack-dev-server (http://localhost:3000/)
$ npm start
Start lint JavaScript
$ npm run js-lint
Start lint styles
$ npm run style-lint
Start lint styles and JavaScript
$ npm run all-lint
Building bundle.js and bundle.css to directory dist.
$ npm run build