Grunt + Bootstrap + Livereload boiler plate (patched up Yeoman generator)
- JavaScript 51.8%
- CSS 46.2%
- HTML 1.9%
- Less 0.1%
| app | ||
| test | ||
| .bowerrc | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .jshintrc | ||
| bower.json | ||
| Gruntfile.js | ||
| package.json | ||
| README.md | ||
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