A local development setup or boilerplate for MJML email framework.
- Install Yarn.
- Clone the template:
git clone git@github.com:dominicarrojado/mjml-email-framework-boilerplate.git- Install dependencies.
cd mjml-email-framework-boilerplate
yarn install- Run it.
yarn dev- Access the template at http://localhost:8080/src/.
- Make changes to
index.mjmland it will automatically rebuild the template.
yarn buildLearn how to build this setup or boilerplate here.