An open API service indexing awesome lists of open source software.

https://github.com/jellydn/react-email-starter

React Email Starter
https://github.com/jellydn/react-email-starter

email nextjs react react-email

Last synced: 3 months ago
JSON representation

React Email Starter

Awesome Lists containing this project

README

          

# React Email Starter

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

[![IT Man - Tip #32 - Build and send emails using React and TypeScript [Vietnamese]](https://i.ytimg.com/vi/CuMjCWoHIDc/hqdefault.jpg)](https://www.youtube.com/watch?v=CuMjCWoHIDc)

## Getting Started

First, install the dependencies:

```sh
npm install
# or
yarn
```

Then, run the development server:

_This will might take a while on the 1st run as it's installing nextjs on development mode._

```sh
npm run dev
# or
yarn dev
```

Open [localhost:3000](http://localhost:3000) with your browser to see the result.

## References

- [Automatic Setup - React Email](https://react.email/docs/getting-started/automatic-setup)
- [Examples — React Email](https://demo.react.email/preview/airbnb-review)

## Author

👤 **Huynh Duc Dung**

- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)

## Show your support

Give a ⭐️ if this project helped you!

[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/dunghd)
[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dunghd)
[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/dunghd)