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)
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.
Yes, that right
Great article
thank u