You are on page 1of 3

Date : 12_03_2019 lecture 5

1) How to install Angualr latest version

2) Updated:

3) Create a project folder : Angular project

Mistake :

Right now the current directory is shailesh ….we have created folder in c: drive

So
CD..
And again cd..
Now the current directory is Angular project

It will ask yes or no

Press N
Enter

4) Create first app


Press enter two time and your development env is ready

5) Go to directory my-first-app

6) Now run ng serve

This will bring your development server and that will run your built and four development
optimized app so that u can see it in the browser.

The server runs on localhost 4200 port by default …u can see that

So now go to the browser and enter …

And type localhost:4200

And u will see somthing like this


This is something starting screen by the CLI project.

You might also like