/foundation-libsass-template

fork of zurb foundation, but with gulp, jade and a generated menu

Primary LanguageJavaScript

Foundation libsass template

This is a template to start your own project that uses gulp and libsass!

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • npm >= 2.0.0: pacakge manager for node, bundled with Node.js

Quickstart

git clone https://github.com/timaschew/foundation-libsass-template.git
cd foundation-libsass-template
npm install
npm run bower-install
npm run gulp

And you're set!

Directory Structure

  • bower_components: frontend assets for foundation and its dependencies, you should don't touch them, because if you update them, your changes will be overwritten
  • gulp: actually this folder contains small task, which control the build step
  • public: all files for your website will be bundled or copied into this directory
  • src: this directory contains your app files
    • js: your javascript files, they will be concatenated with foundations file into app.js
    • scss: your custom app styles
    • pages: menu structure, will generate the navigation
    • templates: 'contains you jade templates'