Yeoman generator that scaffolds out a front-end web app with NPM scripts. There is a sub-generator for scaffolding EDMs.
- Static site generation with Jekyll
- Javascript compiled with Webpack
- ES2015 features using Babel
- Stylus complied automatically
- Built-in preview server with BrowserSync
- Install Ruby & Jekyll
- Install: npm install --global yo generator-cornwell
- Run yo cornwell to scaffold your webapp
- Run
npm start
serve to preview and watch for changes - Run
npm build
&jekyll build
to build your webapp for production
- EDM generation with MJML
- Built-in preview server with BrowserSync
- Image hosting with AWS S3
- Test email send with Nodemailer
- Install: npm install --global yo generator-cornwell
- Run yo cornwell:email to scaffold your EDM
- Follow on-screen prompts to fill SMPT & S3 details.
- Run
npm start
serve to preview and watch for changes. - Run
npm mail -- email@email.com
send a test email. - Run
npm build
to build EDM to/build/dist
directory.