Skip to content

mohamedsamara/node-email-template

Repository files navigation

Node Email Template

Description

This project is an example of using Handlebars templating to build HTML email templates with Node js

Libraries Used

Quick start

  1. Clone this repo using git clone https://github.com/mohamedsamara/node-email-template.git
  2. Move to the directory: cd <PROJECT_NAME>.
  3. Run yarn install in order to install dependencies.

Start development

yarn run dev

Simple build for production

yarn build

Run build for production

yarn start