react-email
Installation
SKILL.md
React Email
Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients.
Installation
Scaffold a new React Email project, install dependencies, and start the dev server:
npx create-email@latest
cd react-email-starter
npm install
npm run dev
This works with any package manager (npm, yarn, pnpm, bun) — substitute accordingly.
The dev server runs at localhost:3000 with a preview interface for templates in the emails folder.