/metalsmith-express-gulp-boilerplate

Boilerplate of metalsmith, express and gulp

Primary LanguageJavaScript

metalsmith-express-gulp-boilerplate

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