Created
March 24, 2018 15:31
-
-
Save ravipatel2293/f0cc289876358d46508fd1224128a9ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g @angular/cli | |
ng --version # Check version: @angular/cli: 1.3.0, node: 8.1.2 | |
ng new angular-ci | |
cd angular-ci | |
ng serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment