gulp-postcss-boilerplate
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 installto suck in the dependencies. - Run
gulpto build yoursrcfiles, which will be rendered in./dist. - Or run
gulp serverto build and fire up a BrowserSync server atlocalhost: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!