Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 724 Bytes

README.md

File metadata and controls

executable file
·
20 lines (12 loc) · 724 Bytes

A complete ES6 Angular 1.5+ component based starter kit

Angular, ES6, and Webpack

es6angular

TL;DR

Use with [email protected], clone the repo, npm install and

npm run serve - starts webpack-dev-server on localhost:8080 and watches for changes

Read about Angular 1.5 Component (guide by Todd Motto).

Don't forget to run the tests npm test. Karma configured to generate coverage in coverage folder

Testing Setup

  • Karma
  • Webpack + Babel
  • Jasmine