This is a expermintal project to explore and practice the following techonologies:
- Yeoman
- Gulp
- AngularJs 1.3
- Firebase
- Karma
- Jasmine
- TDD
http://3emad.github.io/contacts-list/
You need Gulp installed globally:
$ npm i -g gulp
run the rest of installers
$ npm install && bower install
To run it on production enviorement
$ gulp serve
To run it on development enviorement
$ gulp dev
Gulp tasks used for development
$ gulp watch
And Another tab
$ gulp test
- Validation md-text-float bug ( which fails 2 tests )
- Write more tests
- e2e protractor
- Implement angular Mateiral theme
- Polymer
- Angular 2.0
MIT
Free Software, Hell Yeah!