Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axyz/foundography

Code for the video course "Building a Responsive Site with Zurb Foundation" by Packt Publishing
https://github.com/axyz/foundography

Last synced: 3 days ago
JSON representation

Code for the video course "Building a Responsive Site with Zurb Foundation" by Packt Publishing

Awesome Lists containing this project

README

        

# foundography
Code for the video course "Building a Responsive Site with Zurb Foundation" by Packt Publishing

## 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 [email protected]:axyz/foundography.git
npm install && bower install
```

While you're working on your project, run:

`grunt`

or

`grunt watch`

And you're set!

## Directory Structure

* `scss/_settings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Application styles go here