Last active
December 17, 2016 17:21
-
-
Save sulco/96d581bc27a35027d8382c94e4c4d8e3 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
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