Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 596 Bytes

Usage

cd email-templating
yarn
yarn start

and afterwards just open your browser using the link http://localhost:3000/.

The http server will listen and restart upon each change inside src folder. You just need to refresh a browser window manually.

To generate emails

You can also generate and export your email:

yarn export

The emails should be inside exported_emails!

To send test emails to your inbox

It is possible to send test emails using nodemailer, but that needs to be implemented.