Skip to content

gcorreaalves/memomath

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published