email-template-framework

Set up the framework

Just run: $ npm install

How to create a template

    1. Create all the HTML file in ./templates, putting all the styles inside the tag. You have a sample in the commented directory.
    1. Run the following (where index is the file name without the .html): $ node app.js index
    1. The result (if everything goes OK) will be at ./dist with the same file name.