Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 556 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 556 Bytes

Resend with RedwoodJS

This example shows how to use Resend with RedwoodJS.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

yarn
  1. Execute the following command:
yarn redwood dev
  1. Open URL in the browser:
http://localhost:8910/api/send

License

MIT License