Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

zurb/advanced-foundation-course

Repository files navigation

Advanced Foundation Course

Quickstart (Beginner)

Quickstart (Advanced)

Pre-flight checklist

  • Install Node.js
  • Install bower: npm install bower -g
  • Install compass: gem install compass

Once everything is installed run:

git clone git@github.com:zurb/advanced-foundation-course.git
cd advanced-foundation-course
bower install

When you're working on this project just run the following command:

compass watch

Directory Structure

After you run the commands above you'll see the following directory structure

advanced-foundation-course/
├── vendor/
│   ├── foundation/
│   ├── jquery/
│   ├── modernizr/
│   └── masonry-shim/
├── css/
├── scss/
│   └── app.scss
├── config.rb
└── index.html
  • scss/: Raw SCSS files
  • vendor/: Bower installed components

Releases

No releases published

Packages

No packages published

Languages