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