- Install Node.js and npm from
https://nodejs.org/
- Install Angular CLI by running
npm install -g @angular/cli
- Download the relavent project source code from
https://github.com/username/projectname
or the project downloaded link - Install npm packages of the project by running
npm install
from the command line in the project root folder - Run the application by giving
ng serve
from the command line in the project root folder - Now browser should automatically open the project startup file at http://localhost:4200
Learn more about Angular features in our upcoming blog articles.
Happy Learning!