Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renaco/gulp-pug-mjml-mailing
- Owner: renaco
- Created: 2017-02-28T01:36:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T07:18:25.000Z (over 1 year ago)
- Last Synced: 2024-04-15T14:34:09.959Z (7 months ago)
- Topics: gulp, html, mailing, mjml, pug, responsive, workflow
- Language: HTML
- Size: 1.37 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
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!