Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renaco/gulp-pug-mjml-mailing

Simple workflow for generate modern mailing
https://github.com/renaco/gulp-pug-mjml-mailing

gulp html mailing mjml pug responsive workflow

Last synced: 4 days ago
JSON representation

Simple workflow for generate modern mailing

Awesome Lists containing this project

README

        

# Basic Email Creator

**Pug > Mjml > Html email creator**

Easy workflow to made modern responsive email with [Gulp](https://github.com/gulpjs/gulp "Gulp"), [Pug](https://github.com/pugjs/pug "Pug"), and [Mjml](https://github.com/mjmlio/mjml "Mjml") technologies.

### Install dependencies
```bash
$ npm i -E
```

### Run task for launch server

```bash
$ npm run start
```

### Available tasks:

#### Watch

```bash
$ npm run watch
```

#### Compile email

```bash
$ npm run build
```

Launch http://localhost:4000

##### Source pug files into:
source/views/templates

##### Build folder:
build/templates

### Profit!