https://github.com/maizzle/starter-postmark
A Maizzle starter based on Postmark's transactional email templates.
https://github.com/maizzle/starter-postmark
darkmode email-template maizzle postmarkapp responsive-email tailwindcss transactional-emails
Last synced: about 2 months ago
JSON representation
A Maizzle starter based on Postmark's transactional email templates.
- Host: GitHub
- URL: https://github.com/maizzle/starter-postmark
- Owner: maizzle
- License: mit
- Created: 2019-11-21T20:01:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:38:28.000Z (3 months ago)
- Last Synced: 2025-03-31T10:01:30.915Z (about 2 months ago)
- Topics: darkmode, email-template, maizzle, postmarkapp, responsive-email, tailwindcss, transactional-emails
- Language: HTML
- Homepage:
- Size: 572 KB
- Stars: 110
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
The transactional email templates by [Postmark](https://github.com/wildbit/postmark-templates), built with [Tailwind CSS](https://tailwindcss.com/) in [Maizzle](https://maizzle.com).
## Variations
Each template comes in three different generic layout variations: Basic, Basic full, and Plain. This gives you a starting point so that you can customize your templates to match your brand.
![]()
## Getting Started
Scaffold a new project with this starter:
```
npx create-maizzle
```When prompted to select a Starter, choose Custom -> Git, and enter `maizzle/starter-postmark`.
## Development
Start a local development server:
```
npm run dev
```Build for production:
```
npm run build
```Maizzle documentation is available at https://maizzle.com