Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/resend-next-server-actions-example
https://github.com/resend/resend-next-server-actions-example
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/resend/resend-next-server-actions-example
- Owner: resend
- License: mit
- Created: 2023-09-17T15:46:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T21:22:00.000Z (9 months ago)
- Last Synced: 2024-04-16T05:06:59.533Z (7 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Node.js
This example shows how to use Resend with Next.js Server Actions.
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)## Instructions
1. Replace `re_123456789` on `index.ts` with your API key.
2. Install dependencies:
```sh
npm install
# or
yarn
```3. Execute the following command:
```sh
npm run dev
```## License
MIT License