Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 489 Bytes

angular-demo

Configure and Install angular


  1. Install Angularjs using npm

npm install --save angular

  1. Install live-server for javascript run time

npm install -g live-server

  1. To run angular project go to project and run following command

live-server

Step to run demo project


  1. Pull the code from github

git pull https://github.com/kvivek1115/angular-demo.git

  1. type command to run

live-server