Skip to content

Instantly share code, notes, and snippets.

@sulco
Last active December 17, 2016 17:17
Show Gist options
  • Save sulco/cb651f661b72853dc48084c215622cc3 to your computer and use it in GitHub Desktop.
Save sulco/cb651f661b72853dc48084c215622cc3 to your computer and use it in GitHub Desktop.
ngapp() {
ng new $1 --style=sass --skip-npm && cd $1 && yarn \
&& open http://localhost:4200 \
&& code .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment