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
- Host: GitHub
- URL: https://github.com/peteringram0/mjml
- Owner: peteringram0
- Created: 2016-02-08T08:42:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T10:10:18.000Z (about 9 years ago)
- Last Synced: 2025-04-02T04:49:17.497Z (about 1 month ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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