Simple and useful web app to generate e-mails for any reason you want!
Through a study case at Equals, I've built this tool to help the entire company to produce a good copy with brand guidelines in a simple way. You can check the product case on medium: here.
- Fully customizable HTML template
- Edit Header and Title image
- CTA Button with personalized link
- Your own text with images
- Copy to clipboard
- Download HTML file
- Define regards
First, clone the repo anywhere you want:
$ git clone https://github.com/stefanobg/email-template-generator
Second, cd email-template-generator
and type:
$ npm install
$ npm start
Once you do that, your browser will redirect you to 127.0.0.1:8080
. Enjoy! π
Once you have it installed, you can:
- Add new images to header and title (600px width recommended) on
assets/states.json
. - Change the HTML template by modifying
template/default.html
(be careful with the IDs). - Use new features on the
Quill text
editor by modifyingscript.js
ontoolbarOptions
.
Built with
This app was created and is being maintained by StΓ©fano Girardelli.