@clxmedia/email-template-client
v1.0.13
Published
CLXperience Email Template Client
Downloads
263
Readme
Getting Started
First, install the dependencies:
yarn
Then, run the development server:
yarn dev
Open localhost:3000 with your browser to see the result.
Adding New Email Templates
To add a new email template, create a new file in the src/emails
directory following the pattern of the current email templates. Then just pull the template into the index file and use accordingly.