[go: up one dir, main page]

Skip to content

Basic boilerplate based on Zurb Foundation, using Gulp+Pug+SCSS

Notifications You must be signed in to change notification settings

sdcorp/foundation-boilerplate

Repository files navigation

Foundation boilerplate

This is the boilerplate for use with Foundation for Sites and based on official Foundation ZURB Template. It has a Gulp-powered build system with these features:

  • HTML templates with Pug
  • Sass compilation and prefixing
  • JavaScript module bundling with webpack
  • Built-in BrowserSync server
  • For production builds:
    • CSS compression
    • JavaScript compression
    • Image compression

Setup

  1. Install Node 7.2.1 or greater.
  2. Clone the project.
    • HTTP: git clone git@github.com:sdcorp/foundation-boilerplate.git
    • SSH: git@github.com:sdcorp/foundation-boilerplate.git

Installation

# Install the dependencies with yarn

$ yarn

or

# Install the dependencies with npm

$ npm install

Run

For development:

$ npm run dev

Your finished site will be created in a folder called dist, viewable at this URL: http://localhost:8000


For production release:

$ npm run build

About

Basic boilerplate based on Zurb Foundation, using Gulp+Pug+SCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published