Fork of rdash/rdash-ui that uses SASS with only the layout (no font/widget/loading styles)
Via NPM
$ npm install bootstrap-admin-ui
Via Bower
$ bower install bootstrap-admin-ui
Include the files dist/css/bootstrap-admin-ui.css or dist/css/bootstrap-admin-ui.min.css in your project.
- bootstrap-admin-angular is a project that demonstrates the usage of this package with Angular
Do not use the
distdirectory for contributions, please edit thesassfiles.
- Clone the repository:
git clone https://github.com/beeman/bootstrap-admin-ui.git - Install the NodeJS dependencies:
npm install. - Run the gulp build task:
gulp build. - Run the gulp default task:
gulp. This will build any changes made automatically, and also run a live reload server on http://localhost:8888.
All project distribution files will be located within the dist directory. Use the index.html to test your changes/features.
- Fork this repository.
- Create a new branch, with the name of your fix/feature.
- Send the pull requests into the projects
developbranch.