# Email templates

[MJML](https://mjml.io/) framework used
Official [documentation](https://documentation.mjml.io/)

## Install

`yarn install` - install all dependencies

## Usage

1. `yarn start` - start development server
2. `yarn build` - build static

## Structure

1. `./src/index.mjml` contains fast links to developing templates
2. `./src/*.mjml` template files
3. `./src/components/*.mjml` reusable parts that can be included into templates

##### Useful links:

[Testing email templates](https://mailtrap.io/blog/email-client-testing)
[Embed images into email templates](https://mailtrap.io/blog/embedding-images-in-html-email-have-the-rules-changed/)
