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.mjml
and it will automatically rebuild the template.
yarn build
Learn how to build this setup or boilerplate here.