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

https://github.com/peteringram0/mjml

Trying out MJML for responsive emails
https://github.com/peteringram0/mjml

Last synced: 25 days ago
JSON representation

Trying out MJML for responsive emails

Awesome Lists containing this project

README

        

# MJML
Trying out MJML for responsive emails

# Install

- npm install mjml live-server -g
- npm run build (Will build the HTML email once, this can be found in the build folder)
- npm run watch (Will watch and continue to build after any changes)
- npm run show (Will use live-server to show the email file)

While working on the email should be running watch in one tab and show in the other