Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/signalkuppe/grunt-foundation5
- Owner: signalkuppe
- Created: 2013-12-12T11:16:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T07:46:38.000Z (over 10 years ago)
- Last Synced: 2024-04-14T05:53:18.567Z (7 months ago)
- Language: CSS
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")