bad
Twitter Bootstrap Admin/Dashboard template
A highly customisable template built using the following components/technologies:
- Twitter Bootstrap 3
- SASS
- Web Starter Kit (For the build system)
- Attribute Modules for CSS
Installation
git clone https://github.com/pengux/bad.git
cd bad
npm install
bower install
Development
To start a development server and open up the template in your browser, run:
gulp serve
Whenever you make changes in the code, the page will reload in the browser automatically (thanks to browsersync)
Build
To build the project to dist/ folder, run:
gulp
Customisation
To customise the template, edit the following files:
-
app/styles/_variables.scss
- Modifications of the variables should be enough to create a different theme) -
app/styles/main.scss
- Changes to layout may need to be applied here) -
app/styles/components/*
- Modify these files to your liking if you need to -
app/index.html
- If you need to modify the HTML code