angular new project

Shell
npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serveng new project_name/*
Setting up new angular project and run on browser
*/
npm install -g @angular/cli
ng new project-name
cd project-name
ng serve

/*
I hope it will help you.
Namaste
*/      
        content_copy
      
      ng new angular-tour-of-heroes
    
Source

Also in Shell: