Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 465 Bytes

Morden html email workflow

slides about modern html email

####setup

gem install premailer nokogiri
npm install -g gulp bower
cd /path/to/your/folder
npm install
bower install

####write some code

gulp watch

####for production

gulp 

then index.html in dist folder is what you want.

####todo

  • more fancy style
  • become a yeoman generator

waiting for your pull request~