How to create new project and run in Angular 5 Video Tutorial-3(Hindi/Urdu)
install cli: npm install -g @angular/cli
create new app: ng new appname
folder select: cd appname
run application command: ng serve / npm start
port change: ng serve --port 3000