Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/signalkuppe/grunt-foundation5

a starter kit for projects based on foundation5 and grunt
https://github.com/signalkuppe/grunt-foundation5

Last synced: 23 days ago
JSON representation

a starter kit for projects based on foundation5 and grunt

Awesome Lists containing this project

README

        

# Grunt Foundation 5

This is a template to start your own project using Grunt, Foundation5 and Compass.

Pages are built with [grunt-html-builder](https://github.com/aaaristo/grunt-html-builder)

## Requirements

You'll need to have the following items installed before continuing.

* [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`

## Quickstart

```bash
git clone https://github.com/signalkuppe/grunt-foundation5.git
npm install
bower install
grunt
grunt listen
```

Now you have a web server listening to your changes at 127.0.0.1:8080
And you're set!

Make some changes to your templates or sass files and everything will be compiled on the fly.

see [grunt-html-builder](https://github.com/aaaristo/grunt-html-builder) for the proper documentation

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/signalkuppe/grunt-foundation5/trend.png)](https://bitdeli.com/free "Bitdeli Badge")