Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Last active February 24, 2017 21:08
Show Gist options
  • Save brunokrebs/4fc775d73bb244f6a4e2537f9c879159 to your computer and use it in GitHub Desktop.
Save brunokrebs/4fc775d73bb244f6a4e2537f9c879159 to your computer and use it in GitHub Desktop.
# 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