A starting point for static sites using Gulp, SCSS, SVG, Nunjucks and BrowserSync
- Clone then
npm install
to suck in the dependencies. - Run
gulp
to build yoursrc
files, which will be rendered in./dist
. - Or run
gulp
to build and fire up a BrowserSync server atlocalhost:3000
.
- Templates live in
./src/templates
. - SCSS lives in
./src/styles
. - JS lives in
./src/scripts
.
Fire it up and build away!