angular setup - amresh087/newronaRepos GitHub Wiki
-
install node js current version
-
install vs code
-
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