DEV Community

Salma
Salma

Posted on

How to run angular project for non-angular developers

When Run For First Time from github Should Take these steps after git clone example

1

You Should install Angular on Your PC If it the first time to run angular project

npm install - g @angular/CLI

then

2

Npm init

3

The last step is
ng server
this command run every time when you run the project it makes compiling and run the project when making any edit in the project refreshing automatically with the update

that's all
I hope it is useful
thank u

Top comments (4)

Collapse
 
tomaszs2 profile image
Tom Smykowski • Edited

Drop the 🎤 :-)

I like how Angular setup is extremely easy compared to React. To acomplish the same with React you have to spend additional time to install other modules and configure everything properly. Just to have a quarter of what Angular has.

Collapse
 
salmazz profile image
Salma

Yes, that right

Collapse
 
ayman_elmalah profile image
Ayman Elmalah

Great article

Collapse
 
salmazz profile image
Salma

thank u