Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 685 Bytes

Readme.md

File metadata and controls

17 lines (12 loc) · 685 Bytes

ES6 + Babel + Webpack starter kit by Anzor Bashkhaz

Read the article here

This starter-kit includes everything you need to write ES6 code, along with tests, documentation, and live reloading.

Requirements
Install
npm install
Tasks
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