- Install Angularjs using npm
npm install --save angular
- Install live-server for javascript run time
npm install -g live-server
- To run angular project go to project and run following command
live-server
- Pull the code from github
- type command to run
live-server