step by step - bootstrapping Angular js

Angularjs is a framework which allows you to have a clean single page apps. It's introduced by Google.
let's bootstrap it first




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