Standard ES6 Boilerplate configured with babel, webpack and eslint.
npm startto run eslint on watch mode and dev-server at localhost:8080.npm run watchto only watch for/recompile on changes.npm run buildto generate a minified, production-ready build.