Angularjs is a framework which allows you to have a clean single page apps. It's introduced by Google.
let's bootstrap it first
let's bootstrap it first
1- Clone angular-seed from https://github.com/angular/angular-seed if you don't know how to do it check http://azadehkhojandi.blogspot.com.au/2014/02/step-by-step-clone-repository-from.html
2- Install http://www.sublimetext.com/ you can use any other text editor
3- Open sublime then select "Add folder to project" from project menu and then select "angular-seed" folder
4- install node.js from http://nodejs.org/
5- Open Node.js command prompt and go to "angular-seed" folder and then run node scripts\web-server.js
6- Open a browser and navigate to http://localhost:8000/app/index.html
Comments