Created
August 24, 2016 11:52
-
-
Save SomeKay/9fce529ed75837c49f5bb1d05892a3b1 to your computer and use it in GitHub Desktop.
Angular CLI
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 new my-angular-application | |
cd my-angular-application | |
ng serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment