Home Learn Angular How to install and run Angular 10 on your local machine?

How to install and run Angular 10 on your local machine?

by therichpost
0 comment
Angular 9, Angular 10

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:

https://nodejs.org/en/

Install Nodejs latest version
Install Nodejs latest version

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

Angular 10
Angular 10 basic demo

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

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.