Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlack/grunt-bootstrap-boilerplate
Grunt + Bootstrap + Livereload boiler plate (patched up Yeoman generator)
https://github.com/tlack/grunt-bootstrap-boilerplate
Last synced: about 2 months ago
JSON representation
Grunt + Bootstrap + Livereload boiler plate (patched up Yeoman generator)
- Host: GitHub
- URL: https://github.com/tlack/grunt-bootstrap-boilerplate
- Owner: tlack
- Created: 2013-06-13T18:09:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T18:13:21.000Z (over 11 years ago)
- Last Synced: 2024-10-14T04:44:45.904Z (3 months ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://twitter.com/tlack)