DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

Copy and paste email templates built with React Email

@modulize/email

Copy and paste email templates built with React Email

Copy and paste email templates built with React Email for your next project.

Copy and paste email templates built with React Email

Documentation

Visit http://email.modulize.co/docs to view the documentation.

Setup

To develop emails, run the following command:

pnpm dev:email
Enter fullscreen mode Exit fullscreen mode

To work on other parts of the project, run the following command:

pnpm dev
Enter fullscreen mode Exit fullscreen mode

This will run everything except the email server.

Troubleshooting

If Husky is complaining about not being able to execute. Run the following command:

chmod ug+x .husky/\*
chmod ug+x .git/hooks/\*
Enter fullscreen mode Exit fullscreen mode

License

Licensed under the MIT license.

GitHub

View Github

Top comments (0)