- 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/projectnameor the project downloaded link - Install npm packages of the project by running
npm installfrom the command line in the project root folder - Run the application by giving
ng servefrom 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!