Transactional emails development architecture
npm install vtex-email-framework   
``bash`
npx create-vtex-email my-emails
| dev | build |
| ----------- | --- |
|vtex-email dev | vtex-email build |
* Sass
* Hot Reload
* Partial Files
* Inline CSS
* Dashboard
* Email Stylelint
* Responsive Boilerplate
* Data and template file name must be the same
`javascript`
emails
│
└───json
│ │ order-confirmation.json
│ │ payment-approved.json
└───templates/custom
│ order-confirmation.hbs
│ payment-approved.hbs
└───partials
│ Header.hbs
│ Cart.hbs
* Partials import
`handlebars``