This component adds the boilerplate for including a customized Bootstrap 3 suite to your AngularJS Express application.
It lets you select the Bootstrap 3 components you wish to include to prevent unnecessary CSS bloat.
First install Bootstrap 3 using bower:
$ bower install bootstrap --save
Then install the component:
$ ngx install bs3
No clue what the ngx
command line tool is? Learn more about AngularJS Express.
After installing the component, you can edit:
_build/bootstrap.less
to select the Bootstrap 3 components you wish to include in your CSS_build/_variables.less
to customize the Bootstrap 3 variables to your needs
MIT.