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
- Host: GitHub
- URL: https://github.com/fullstackondemand/email.mjml
- Owner: fullstackondemand
- Created: 2025-02-27T12:10:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-28T10:09:29.000Z (over 1 year ago)
- Last Synced: 2025-05-30T07:31:10.035Z (about 1 year ago)
- Topics: email-templates, gulp, mjml, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.