Skip to content

Instantly share code, notes, and snippets.

@sulco
Last active December 17, 2016 17:21
Show Gist options
  • Save sulco/96d581bc27a35027d8382c94e4c4d8e3 to your computer and use it in GitHub Desktop.
Save sulco/96d581bc27a35027d8382c94e4c4d8e3 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 . \
&& yarn start
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment