Monday, 6 April 2015

angular seed project installation




1.install node.js( from the below link download node.js)

2. Go to the Url and download GIT  http://git-scm.com/downloads
    Click the setup and In the third step, select the second option.


 
3. Download Angular-Seed from GitHub at https://github.com/angular/angular-seed.


4. Extract Angular-Seed to a directory. I extracted it to “C:\Demo\Angular-Seed-Master”
4.  then open   node.js command prompt
 

execute statement "npm install"




 Then  "npm start"


 ---Now open a browser and navigate to http://localhost:8000”

No comments:

Post a Comment