Angular - Where to run the ng new command | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Angular - Where to run the ng new command

I am doing the course Angular. In the first project I have to run the ng new command to make a name for my project. I'm not sure where to run it. Should I run it in the javascript console or where?

10th Sep 2023, 1:56 PM
Liana Mercy Lee
Liana Mercy Lee - avatar
1 Respuesta
+ 2
You should run that command on your local pc, but before you can do that, you need to install Node and npm. After that, you should install @angular/cli with the npm command, and then you are ready to create an Angular project with the ng new command.
10th Sep 2023, 2:53 PM
Jan
Jan - avatar