Last active
March 19, 2017 03:36
-
-
Save huenisys/261e837c3fe889ecde2cef7a6516fbe8 to your computer and use it in GitHub Desktop.
get started: angular cli
This file contains 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
- install node | |
- npm install -g angular-cli | |
- ng new projectName --style=scss | |
- ng serve | |
- ng g component navbar | |
- npm install bootstrap@next | |
- edit angular cli config | |
- ng serve | |
- _variable.scss, $orange: orange; | |
- @import '../assets/variables'; | |
- ng build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment