https://github.com/mr-addict/react-email
First taste of react-email writing an email with react.js and next.js
https://github.com/mr-addict/react-email
Last synced: 2 months ago
JSON representation
First taste of react-email writing an email with react.js and next.js
- Host: GitHub
- URL: https://github.com/mr-addict/react-email
- Owner: MR-Addict
- Created: 2023-01-26T16:17:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T06:47:06.000Z (over 3 years ago)
- Last Synced: 2025-11-29T18:58:43.326Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Email Preview
This is my first taste of [react-email](https://react.email/) writing an email with react.js and next.js. Which I think is cool.
## 1. Preview
| Preview Email | Received Email |
| :----------------------------: | :--------------------------: |
|  |  |
## 2. What I think
After the experience, I think the first react email offers more flexibility and options for us to write a beautiful email without much effort.
But I think it's still got a lot of work to do. In my opinion, it was a little bit hard to write code than actual react, and there is still a lot of css style not working.
After all, I still love it, react email would be on my first list if I got to write a good-looking email.
## 3. How to Use
Clone project:
```bash
git clone https://github.com/MR-Addict/react-email.git
```
Install packages:
```bash
npm install
```
Run dev
```bash
npm run dev
```