gulp-pug-mjml-mailing icon indicating copy to clipboard operation
gulp-pug-mjml-mailing copied to clipboard

Simple workflow for generate modern mailing

Basic Email Creator

Pug > Mjml > Html email creator

Easy workflow to made modern responsive email with Gulp, Pug, and Mjml technologies.

Install dependencies

$ npm i -E

Run task for launch server

$ npm run start

Available tasks:

Watch

$ npm run watch

Compile email

$ npm run build

Launch http://localhost:4000

Source pug files into:

source/views/templates

Build folder:

build/templates

Profit!