Email template for AXA Shield using MJML email framework.
- Install Yarn.
- Clone the template:
git clone [email protected]:dominicarrojado/axa-shield-edm.git- Install dependencies.
cd axa-shield-edm
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 build