+ 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?
1 Antwort
+ 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.