Yeoman generator that scaffolds out an HTML email using gulp for the build process
Please see our gulpfile for up to date information on what we support.
- Built-in preview server with BrowserSync
- Awesome image optimization
- Automagically wire-up dependencies installed with Bower
- The gulpfile makes use of ES2015 features by using Babel
For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json
.
- Install dependencies:
npm install --global yo gulp-cli bower
- Install the generator:
npm install --global generator-ninthlink-email
- Run
yo ninthlink-email
to scaffold your webapp - Run
gulp serve
to preview and watch for changes - Run
gulp
to build your webapp for production - Run
gulp serve:dist
to preview the production build