angular setup - amresh087/newronaRepos GitHub Wiki

  1. install node js current version

  2. install vs code

  3. install Angular CLI

    npm install -g @angular/cli

after install Angular CLI Now ng command can run

ng

create new angular project

ng new angular-course

Now open it in vs code

Now open terminal in vs code and fire below command

     np start