Grunt + Bootstrap + Livereload boiler plate (patched up Yeoman generator)
  • JavaScript 51.8%
  • CSS 46.2%
  • HTML 1.9%
  • Less 0.1%
Find a file
2013-06-13 14:13:13 -04:00
app Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
test Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
.bowerrc Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
.editorconfig Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
.gitattributes Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
.gitignore Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
.jshintrc Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
bower.json Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
Gruntfile.js Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
package.json Base skeleton for Grunt + Bootstrap + jQuery + LiveReload 2013-06-13 14:08:51 -04:00
README.md readme.md 2013-06-13 14:13:13 -04:00

grunt-bootstrap-boilerplate

This is a boilerplate for Node apps using a combination of Grunt, Twitter Bootstrap and Live Reload. I set this up because I have a hell of a time getting Yeoman generators to work correctly, so this is a backup solution for my own sake.

Install

$ git clone https://github.com/tlack/grunt-bootstrap-boilerplate.git project
$ cd project
$ npm install 
$ bower install
$ grunt server

Then surf to http://[ip]:9000

Contact

In the off chance you find this useful, let me know at @tlack