Skip to content

Gauravkr/AngularJSDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###AngularJS Demo

##DEMO project to illustrate services and it's Implementation

This Demo project illustrate angularJS service and way to implement service using simply $http or by using deferred , handling promises.

================== Technolgy Used

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/)

Steps to run Client

  1. Clone the repository using following command git clone git@github.com:Gauravkr/AngularJSDemo.git
  2. 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
  1. Now, type the following command to run the application
	      grunt serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published