Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 461 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 461 Bytes

Gulp Email Builder

Boilerplate for Email generator.

Initial setup

# Clone the repo
git clone https://github.com/plasm/gulp-email-builder
cd gulp-email-builder

# Install dependencies
npm install

# To use global command `gulp`
npm install -g gulp

Running in the browser

Runs an initial build, listens on your files changes, rebuilds them when necessary and automagically reloads the browser!

For development

gulp watch