This is one page template build using bootstrap sass using bower package manager With this first u need to install bower package manager into your computer with node js preinstalled in it.
so in node command line just type and install bower globally
$ npm install -g bower
https://www.npmjs.com/package/bower
and i have couple bower packages for this template so following are with the links
-
bootstrap-sass (jQuery will install with this package as a dependencies)
$ bower install bootstrap-sass --save -
fontawesome (sass version)
$ bower install fontawesome --save -
owl-carousel (sass version)
$ bower install owl.carousel --save