Getting Started: (https://github.com/angular/angular-cli/wiki)

Step 1: Install angular CLI npm install -g @angular/cli

Step 2: Create new project ng new my-project

Step 3: Build and Run cd new-project ng serve (default port is 4200)

To serve on a different port: ng serve --port 4201