Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 930 Bytes

README.md

File metadata and controls

65 lines (50 loc) · 930 Bytes

Address book

This is a expermintal project to explore and practice the following techonologies:

  • Yeoman
  • Gulp
  • AngularJs 1.3
  • Firebase
  • Karma
  • Jasmine
  • TDD

Demo

http://3emad.github.io/contacts-list/

Installation

You need Gulp installed globally:

$ npm i -g gulp

run the rest of installers

$ npm install && bower install

Usage

To run it on production enviorement

$ gulp serve

To run it on development enviorement

$ gulp dev

Development

Gulp tasks used for development

$ gulp watch

And Another tab

$ gulp test

Fixme

Todo's

  • Write more tests
  • e2e protractor
  • Implement angular Mateiral theme
  • Polymer
  • Angular 2.0

License

MIT

Free Software, Hell Yeah!