Skip to content

renaco/gulp-pug-mjml-mailing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!