Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/react-email-turborepo-npm-example
This example shows how to use react.email with Turborepo + npm
https://github.com/resend/react-email-turborepo-npm-example
Last synced: 5 days ago
JSON representation
This example shows how to use react.email with Turborepo + npm
- Host: GitHub
- URL: https://github.com/resend/react-email-turborepo-npm-example
- Owner: resend
- Created: 2023-11-24T08:26:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T02:03:13.000Z (7 months ago)
- Last Synced: 2024-04-16T05:06:37.017Z (7 months ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Email + Turborepo + npm workspaces
This example shows how to use React Email with [Turborepo](https://turbo.build) + [npm workspaces](https://docs.npmjs.com/cli/v10/using-npm/workspaces).
### Structure
This monorepo includes the following apps:
- `apps/web`: a [Next.js](https://nextjs.org) app
- `packages/transactional`: a package with [react.email](https://react.email) email templates## Instructions
1. Install dependencies:
```sh
npm install
```2. Run locally:
```sh
npm run dev
```3. Open URL in the browser:
* http://localhost:3000
* http://localhost:3001## License
MIT License