jabyess / mailroad

React + slate + MJML + express to make drafting complex emails easier.
5 stars 0 forks source link

MailRoad

builds emails better, hopefully.

Mailroad helps you compose, write, and send emails through the ESP (email service provider) of your choice. It uses react, node, express, and couchdb

The frontend for mailroad has been moved to its own repo.

Development

Dependencies

Installation

Don't forget to run the frontend as well!

Layout

Code is divided into /client and /server folders. client contains react router code, jsx, sass, fonts, and some client side libs. server contains the express code (api routes), email templates, server side libs, other logic.