Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gulp-express-boilerplate

nickmcmillan2MIT1.0.0

gulp express boilerplate

readme

Boilerplate with Gulp and Express

A personal boilerplate to get a brochure style project started quickly using;

  • Express
  • EJS to render templates
  • SCSS
  • ES6 with modules using Browserify and Babel
  • Autoreload

To serve:

npm run serve

To build:

npm run build