Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axyz/foundography
- Owner: axyz
- Created: 2015-06-30T06:19:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T06:33:24.000Z (over 9 years ago)
- Last Synced: 2024-04-09T22:08:18.690Z (7 months ago)
- Language: CSS
- Size: 258 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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