Run Angular Project
Navigate to project directory
cd <your-angular-project-folder> # change to angular project directory
Run the project
npm start # this will work for angular app
ng serve # this will work for angular app
ng serve --project <name> # this will work for angular workspace