Last active
July 18, 2017 04:41
-
-
Save rafszul/257fe39c3bca3efac038c9bf94c8b586 to your computer and use it in GitHub Desktop.
ng new
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
ng new heyBarista --ng4 --routing --style=scss | |
npm install --save @angular/material @angular/cdk | |
npm install --save @angular/animations | |
npm install --save hammerjs | |
npm install --save @angular/flex-layout | |
npm install @angular-mdl/core --save | |
npm install angularfire2 firebase --save |
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
yarn upgrade-interactive | |
rm -rf node_modules dist | |
npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment