mohamedsamara / node-email-template

Node Email Template Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node Email Template Example

License:MIT License


Languages

Language:HTML 94.2%Language:TypeScript 5.3%Language:JavaScript 0.4%