dominicarrojado / mjml-sample-edm

Sample email template using MJML email framework

Home Page:https://dominicarrojado.com/mjml-sample-edm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MJML Sample Email Template

CI/CD

Sample email template using MJML email framework.

Quick Start

  1. Install Yarn.
  2. Clone the template:
git clone git@github.com:dominicarrojado/mjml-sample-edm.git
  1. Install dependencies.
cd mjml-sample-edm
yarn install
  1. Run it.
yarn dev
  1. Access the template at http://localhost:8080/src/.
  2. Make changes to index.mjml and it will automatically rebuild the template.

Build

yarn build

VSCode Extensions

Learn

Learn how to build this email template here.