Skip to content

martylouis/email-starter-mjml-gulp-pug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Starter with MJML, Gulp & Pug


Install

Install dependencies (requires a local installation of Node.js)

npm install
# or
yarn

Dev

This will run a local Gulp script to watch your .pug files and generate your emails from Pug to MJML to HTML. Open http//localhost:3000 to preview the HTML.

All templates can be updated in src/templates.

npm run dev
# or
yarn dev

Build & Preview

Build and preview what your final HTML will look like locally.

npm run build && npm run start
# or
yarn build && yarn start

About

Simple starter to build email templates with MJML, Gulp & Pug

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published