run angular project command line code example
Example 1: install angular on mac
npm install -g @angular/cli
Example 2: angular start command
http-server -a localhost -p 8000 -c-1 .
npm install -g @angular/cli
http-server -a localhost -p 8000 -c-1 .