An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Email Creator

[![Greenkeeper badge](https://badges.greenkeeper.io/mCodex/react-email-creator.svg)](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
```