rallly/packages/emails
2023-04-18 09:40:48 +01:00
..
src 🔧 Add support for enabling TLS for SMTP 2023-04-18 09:40:48 +01:00
.gitignore ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
package.json ️ Improve email rendering speed (#654) 2023-04-06 14:40:19 +00:00
readme.md ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
tsconfig.json ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00
yarn.lock ♻️ Refactor email templating code (#533) 2023-03-03 11:46:30 +00:00

React Email Starter

A live preview right in your browser so you don't need to keep sending real emails during development.

Getting Started

First, install the dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

Open localhost:3000 with your browser to see the result.

License

MIT License