email-template-guide

Manage, build and compile your nightmarish email newsletter templates.

Usage no npm install needed!

<script type="module">
  import emailTemplateGuide from 'https://cdn.skypack.dev/email-template-guide';
</script>

README

Email Template Guide

Build, preview and test your nightmarish email newsletter templates. Use the Email Template Guide to create your newsletter modules and we take care of inlining your css on your final template.

You can also test your layouts on different email clients with Litmus.

Kick start

Get a copy

Fork or download the email-template guide.

Install all dependencies

$ npm install

Now create a credentials.json file in the root directory with the following content:

{
    "AccountUsername" : "<YOUR_LITMUS_USERNAME>",
    "AccountPassword" : "<YOUR_LITMUS_PASSWORD>"
}

If you have a Litmus account, fill in your credentials. If you don't have a Litmus account, please create one first.

NOTE: If you leave the fields empty, you will still be able run the project, but you will not enable to test your templates with Litmus.

Build and watch

$ npm run develop

Test your templates

$ npm run test

Deploy and pack

$ npm run build

Documentation

Todo && Issues

Contributors