metalsmith-express-gulp-boilerplate

August 8, 2014 ยท View on GitHub

Boilerplate of metalsmith, express and gulp

Getting started

npm install

build everything

gulp

or build and watch for changes

gulp watch

run a dev server (http://localhost:9000)

gulp server