https://github.com/maizzle/starter-litmus
Litmus email templates starter for Maizzle.
https://github.com/maizzle/starter-litmus
email-marketing email-templates litmus maizzle responsive-email tailwindcss
Last synced: 8 months ago
JSON representation
Litmus email templates starter for Maizzle.
- Host: GitHub
- URL: https://github.com/maizzle/starter-litmus
- Owner: maizzle
- License: mit
- Created: 2019-11-26T15:06:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T06:36:30.000Z (over 3 years ago)
- Last Synced: 2025-10-08T00:03:36.803Z (8 months ago)
- Topics: email-marketing, email-templates, litmus, maizzle, responsive-email, tailwindcss
- Language: HTML
- Homepage:
- Size: 1.12 MB
- Stars: 35
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
The free email templates by [Litmus](https://litmus.com), built with [Tailwind CSS](https://tailwindcss.com) in [Maizzle](https://maizzle.com).
## Templates
The following templates are included:
### Slate
- Newsletter
- Product Update
- Receipt
- Simple Announcement
- Stationery
### Ceej
- Account Update
- Expired Card
- Password Reset
- New Account
- Closed Account
Each Ceej template comes in 3 versions:
- HTML
- MailChimp
- Campaign Monitor
## Getting Started
Install the Maizzle CLI:
```
npm install -g @maizzle/cli
```
Scaffold a new project with this starter:
```
maizzle new maizzle/starter-litmus
```
Alternatively, you may clone this starter directly:
```bash
# remember to install dependencies with `npm install`
npx degit maizzle/starter-litmus my-project
```
## Development
Start a local development server:
```
npm run dev
```
Build for production:
```
npm run build
```
Maizzle documentation is available at https://maizzle.com