Hello to all, welcome to therichpost.com. In this post, I will tell you, How to install and run Angular 10 on your local machine?
Friends if you are new in Angular then this post is must but you can also check my other posts related to Angular to get more basics knowledge. I will tell you very simple steps to install and run angular 10.
Or If you want to just update your angular version to 10 then please check below link:
Click here : Update you Angular version to 10
Here is the complete guide to start angular 10 from beginning:
1. Very first, you have download and install Node JS latest version on your machine and here is path from where you can download it:
2. Now, here are common basics steps to add angular 10 application on your machine and you need to run these command into your command prompt or git bash terminal:
you can do below steps in c, d or e drive
npm install -g @angular/cli ng new angulardemo // Set Angular10 Application on your pc cd angulardemo // Go inside project folder ng serve // Run project and wait till the end until below path will not come http://localhost:4200/ //Check working Local server
So friends, this is it and if you have any kind of query then please comment below and please share your views also on it.
Jassa
Thanks
Recent Comments