gulp-postcss-boilerplate icon indicating copy to clipboard operation
gulp-postcss-boilerplate copied to clipboard

A starting point for static sites using Gulp, PostCSS, H5BP, Nunjucks and BrowserSync

trafficstars

gulp-postcss-boilerplate

A starting point for static sites using Gulp, PostCSS, H5BP, Nunjucks and BrowserSync

Usage

  • Clone then npm install to suck in the dependencies.
  • Run gulp to build your src files, which will be rendered in ./dist.
  • Or run gulp server to build and fire up a BrowserSync server at localhost:3000.

Structure

  • Templates live in ./src/templates.
  • Pages live in ./src/html.
  • CSS lives in ./src/styles.
  • JS lives in ./src/scripts.

Fire it up and build away!