An open API service indexing awesome lists of open source software.

https://github.com/fullstackondemand/email.mjml

Create Email Templates
https://github.com/fullstackondemand/email.mjml

email-templates gulp mjml nodejs

Last synced: about 2 months ago
JSON representation

Create Email Templates

Awesome Lists containing this project

README

          

# Create Email Templates

### Installation

```bash
npx degit fullstackondemand/email.mjml
```
after clone native folder
```bash
cd
npm install
```

### Used Packages

> `node.js`, `mjml`, `gulp`

## Folder Structure

```
├─── src
│ ├─── components # include files folder
│ │ └─── head.mjml # head file
│ │
│ ├─── [slug].mjml # url page file
│ └───index.mjml # home page file

├─── robots.txt # google file
└─── README.md
```

### Get Started Command :-

1. `npm run gulp` for start **default**.
2. `npm run build` for start **production**.
3. `npm run dev` for start **watch**.