Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)