DEV Community

Salma
Salma

Posted on

1

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

nextjs tutorial video

📺 Youtube Tutorial Series

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay