iyeldinov / angularjs-es6-webpack-starter

Starter kit for AngularJS. Angular 1.5+ / ES6 / Webpack. Kama / Jasmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A complete ES6 Angular 1.5+ component based starter kit

Angular, ES6, and Webpack

es6angular

TL;DR

Use with nodejs@4.2.1, 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

About

Starter kit for AngularJS. Angular 1.5+ / ES6 / Webpack. Kama / Jasmine

License:Apache License 2.0


Languages

Language:JavaScript 80.3%Language:HTML 16.7%Language:CSS 3.0%