Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap that will help you make better themes.
- Source: https://github.com/webgurus/gurustrap
- Home Page: http://webgurus.biz/
- Twitter: @webgurus
Clone the git repo - git clone git://github.com/webgurus/gurustrap.git
- or download it and then rename the directory to the name of your website. Install Gulp, and then install the dependencies for GuruStrap contained in package.json
by running the following from the website root directory:
npm install
bower install
After you've installed Gulp and ran npm install
from the app root, use gulp watch
to watch for updates to your SASS and JS files and Gulp will automatically re-build as you write your code.
- Organized file and template structure
- HTML5 Boilerplate's markup
- Bootstrap
- Gulp build script