command to run angular project code example
Example 1: install angular cli
npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
Example 2: how to run angular
ng serve --open
Example 3: angular start command
http-server -a localhost -p 8000 -c-1 .