# sb-admin-2-lib
Include sb-admin-2.css and sb-admin-2.js.
#### Prerequisites
  - Node.js
  - NPM
  - Git

## Deployment
In deployment process, you have two commands:

1. Build command
Used to generate the final result of compiling src files into dist folder. This can be achieved by running the following command:
```
> npm start
```

## Built With
- [SB Admin 2](https://github.com/BlackrockDigital/startbootstrap-sb-admin-2)
- [Bootstrap](http://getbootstrap.com/)
- [Jquery](https://jquery.com/)
- [Fontawesome](http://fontawesome.io/)
- [Gulp](https://gulpjs.com/)
- [Gulp Clean-Css](https://github.com/scniro/gulp-clean-css)
- [Gulp Header](https://github.com/tracker1/gulp-header)
- [Gulp Plumber](https://github.com/floatdrop/gulp-plumber)
- [Gulp Sass](https://github.com/dlmanning/gulp-sass)
- [Gulp Uglify](https://github.com/terinjokes/gulp-uglify)
