Email templates designed specifically for the Dashbrd Bootstrap template. Inspired by Lee Munroe's Grunt Email Design Workflow.
You may already have these installed on your system. If not, you'll have to install them.
- Node.js - Install Node.js
- Grunt-cli and Grunt (
npm install grunt-cli -g
)
If you haven't used Grunt before check out Chris Coyier's post on getting started with Grunt.
Clone this repo, cd to the directory, run npm install
to install the necessary packages.
cd dashbrd-email-workflow
npm install
The very first installation may take a while. Please wait patiently until completion.
Run grunt build
and check out your /dist
folder to see your compiled and inlined email templates.
Run grunt serve
, a new live-reload browser tab will open. Happy coding :)
Please refer to the original Grunt Email Design Workflow package for details.