advanced-foundation-course
advanced-foundation-course copied to clipboard
Content for Advance Foundation Course
Advanced Foundation Course
Quickstart (Beginner)
- Download this project
- Open
index.htmlin your browser!
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 [email protected]: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 filesvendor/: Bower installed components