Angular Kitchen Sink, is an example of how to add common components to an Angular application using bootswatch.
The Angular Kitchen Sink is a good starting place for anyone looking to build an RIA application.
#Clone the Repo
git clone https://github.com/weeksdev/angular-bootstrap-kitchensink
#Nav to the folder
cd angular-bootstrap-kitchensink
#install dependencies
npm install
#Run the Application
node node_modules/webserver/webserver.js
The MIT License (MIT)