Skip to content

Latest commit

 

History

History
executable file
·
48 lines (33 loc) · 622 Bytes

README.md

File metadata and controls

executable file
·
48 lines (33 loc) · 622 Bytes

Init Angular

A starter to Angular apps.

Install

$ npm install
$ bower install

Development

$ gulp dev

Production

$ gulp dist
$ node server

Stack

  • AngularJS - Angular of course
  • babel - Transpiler ES6 to ES5
  • lodash - Simplify object and array manipulation
  • jQuery - jQuery insted of simple jQLite
  • Bootstrap - Responsive framework
  • SASS - CSS pre-processor

Unit tests

$ gulp test

Unit tests stack: Karma + Jasmine

E2E tests

$ protractor tests/protractor.conf.js

E2E tests stack: Protractor.js + Jasmine