https://github.com/mcodex/react-email-creator
Drag'n drop static HTML email creator
https://github.com/mcodex/react-email-creator
create-react-app email html javascript react unlayer
Last synced: 10 months ago
JSON representation
Drag'n drop static HTML email creator
- Host: GitHub
- URL: https://github.com/mcodex/react-email-creator
- Owner: mCodex
- License: mit
- Created: 2018-08-23T18:11:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:51:07.000Z (about 3 years ago)
- Last Synced: 2025-03-25T17:51:37.356Z (10 months ago)
- Topics: create-react-app, email, html, javascript, react, unlayer
- Language: JavaScript
- Homepage: https://super-email-editor.herokuapp.com/
- Size: 4.54 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Email Creator
[](https://greenkeeper.io/)
This project aims to help people creating HTML that can be sent by email. Actually, I didn't code the editor itself, but I just wrapped it in a `create-react-app` project and implemented a few methods.
Thanks to [Unlayer Editor](https://github.com/unlayer/react-email-editor) 👏🏻
## Online Editor
You can use the online version of this project: https://super-email-editor.herokuapp.com/
## Installation
Just clone or download the repository and then:
```bash
yarn
```
and to start developing:
```bash
yarn start
```