This is Bootstrap theme created to (1) provide a demo on how to create a bootstrap-based theme, and (2) provide an uniform look-and feel for the examples in the web development courses offered by the TiCsw group.
To build the theme you may use npm install
. The installation process will run bower install
to download the dependencies. You must call grunt
to compile the CSS files.
npm install
In addition, You may run bower install
to update the dependencies and/or grunt
to compile the CSS files.
bower install
grunt
The project includes a set of demo pages. To check the demo, you may run grunt
with the serve
option.
grunt serve
This Bootstrap theme is based on the Satellizer Application created by Sahat Yalkabov, the SB Admin and the SB Admin 2 templates created by David Miller. It uses the Bootstrap framework created by Mark Otto and Jacob Thorton.
Copyright (c) 2016 TiCsw Research Group, Uniandes / Jaime Chavarriaga. Code released under the MIT license.