Email template for AXA SmartTravel using MJML email framework.
- Install Yarn.
- Clone the template:
git clone git@github.com:dominicarrojado/axa-smart-travel-edm.git
- Install dependencies.
cd axa-smart-travel-edm
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