Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 396 Bytes

MJML Example Tutorial

Full YouTube playlist can be found here

Run yarn and add an mjmlconfig:

.mjmlconfig

{
  "packages": [
    "mjml-mailchimp/lib/mc-section.js",
    "mjml-mailchimp/lib/mc-image.js",
    "mjml-mailchimp/lib/mc-text.js"
  ]
}

Run yarn build to convert index.mjml to index.html