Last active
February 24, 2017 21:08
-
-
Save brunokrebs/4fc775d73bb244f6a4e2537f9c879159 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# install Angular CLI globally | |
npm install -g @angular/cli | |
# create skeleton | |
ng new task-list && cd task-list | |
# serve the skeleton on our dev env | |
ng serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment