This project is specifically designed as an extention for bootstrap to provide a comprehensive support for building interfaces. It contains essential and common classes for bootstrap for faster web development.
You need following software to setup this project:
- npm
- grunt-cli
- Clone the repo
git clone https://github.com/grvpanchal/bootstrap-essentials.git
- Install packages
npm install
- Compile the code
grunt
All the compiled code will be available in /dist
folder