(opens new window)
(opens new window)
# Create Awesome Email Template
An email starter template, utilizing MJML (opens new window) framework, aiming at creating beautiful and sophisticated email templates with ease.
# Dependencies
In order to use this setup you need to have installed the following dependencies:
- Node - min v8.15.0
- NPM - min v5.6.0 or
- Yarn - min v1.3.2
- Bash terminal (Default on OSX/Linux, GitBash or similar on Windows)
- A running web server (Apache, MAMP, XAMPP, etc)
# Download
You can download this setup directly (opens new window) and extract it.
Then navigate to the email-template
folder and proceed with the rest of the instructions.
# Install
yarn
# or
npm i
# Develop
yarn start
# or
npm start
# Build
yarn build
# or
npm run build
# Details
Folder structure:
.config/
- configuration files. Currently contains the configuration file for Browsersync (opens new window)assets/
- all images
# LICENSE
MIT