- Notifications
You must be signed in to change notification settings - Fork0
📨 Example for rendering beautiful emails with dynamic content
NotificationsYou must be signed in to change notification settings
flolu/maizzle-node-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Setup
yarn install
Development
yarn dev
(Start development server,http://localhost:3000)
Server
yarn build
(Build production)yarn server
(Start server,http://localhost:3000)
Set configurable parts in your templates with
@{{name_of_variable}}
<pclass="m-0 mb-24">Substitution in action: @{{message}}</p>
Server listens for get requests to
/<some_path>
Server takes query params from url and replaces variables
Services
About
📨 Example for rendering beautiful emails with dynamic content