This starter-kit includes everything you need to write ES6 code, along with tests, documentation, and live reloading.
npm install
npm run dev will compile ES6 code, open demo app in browser, and refresh on changes.
npm run dist will compile, minify, extract sourcemaps and generate documentaion
npm run karma:tdd compile, open browser and wait for code changes (test driven development)
npm run karma:ci compile, generate coverage for Jenkins