This Demo project illustrate angularJS service and way to implement service using simply $http or by using deferred , handling promises.
1. [NodeJS](http://nodejs.org/)
2. Bower package ( npm install bower -g )
3. [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
4. SASS (gem install sass OR sudo gem install sass)
5. Compass (gem install compass OR sudo gem install compass)
6. [AngularJs] (https://angularjs.org/)
7. [Bootstrap] (http://getbootstrap.com/2.3.2/)
- Clone the repository using following command
git clone git@github.com:Gauravkr/AngularJSDemo.git - Navigate to the 'AngularJSDemo' directory and run following commands
a. npm install OR sudo npm install
b. (sudo) npm install grunt -g && (sudo) npm install grunt-cli -g
c. (sudo) npm install bower -g (if bower is not earlier installed)
d. bower install
- Now, type the following command to run the application
grunt serve