Skip to content

Instantly share code, notes, and snippets.

@huenisys
Last active March 19, 2017 03:36
Show Gist options
  • Save huenisys/261e837c3fe889ecde2cef7a6516fbe8 to your computer and use it in GitHub Desktop.
Save huenisys/261e837c3fe889ecde2cef7a6516fbe8 to your computer and use it in GitHub Desktop.
get started: angular cli
- 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