A gulp script for coding emails easily
With only a hundred lines of code you gonna get rid of:
- Your paid Codekit tool (Gulp will transpile your .less in pure CSS)
- Your MAMP app (Gulp will create a browser instance using BrowserSync)
- You do not need to inspect your final HTML to grab the inline style and none of that shenanigans
- Gulp will delivery a clean and ready to go Email HTML on your public folder
- Less ready
- Final Email HTML with inline CSS (ready)
- final CSS bundle on build (ready)
- Optmized Images on build (next version)
- Hot reload on dev (ready)
- HTML (Handlebars)
- CSS (SASS)
- Vanilla Javascript
- Install Node
- Install npm
- run
npm install
$ npm start
$ npm run build