Mailchimp starter
This starter shows how to use events in Maizzle to automate the creation of ready-to-upload template .zip files for Mailchimp.
See our guide for more information:
Automating Mailchimp template zip packaging with Maizzle
Getting started
Scaffold a new project based on this starter:
npx create-maizzle
In the interactive setup wizard, specify the directory name to create the project in, i.e. ./mailchimp-project
, select Custom Starter → Mailchimp, and choose Yes when prompted to Install dependencies.
Next, switch the current directory to mailchimp-project
:
cd mailchimp-project
Start local development:
npm run dev
Build emails for production:
npm run build