Home Learn Angular How to create your first website in Angular 10 -Part 1?

How to create your first website in Angular 10 -Part 1?

by therichpost
Published: Updated: 1 comment
Angular 9, Angular 10

Hello to all, welcome to therichpost.com. In this post, I will tell you, How to create your first website in Angular 10 -Part 1?

Angular 10 came and if you are new in angular then please check my below links:

Learn Angular

Angular Basics Modules

This is the part 1 and I will tell you the complete basics information to create website in angular.

Here are the steps you need to follow:


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, suggestions and requirement then please comment below and please share your views also on it.

Now you have done the first step to install and run angular. In second part, I will tell you, how to add bootstrap in angular and make html page with bootstrap.

Jassa

Thanks

You may also like

1 comment

Essential Skills That Make You A Better Angular Developer - CSS Reset September 1, 2022 - 5:10 am

[…] has 14 versions. Each version has its own perks. So if you have Angular 10 and you want to practice creating your first website then you can do it without any hassle. As it is quite […]

Reply

Leave a Comment

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