A simple webpack html boilerplate including some tools for your front-end development. The goal of this boilerplate is to get a ready to go template for starting any web project. The mail app includes a basic template coded with MJML, a powerful framework designed for developing responsive email with ease.
Tools included :
Please, if you find any frameworks, plugins or tools which could be the worth added to the boilerplate, let me know & create an issue
####Install deps
npm install####Start server
npm startserver starts on http://localhost:3000
####Icon system The boilerplate is coming with a svg icon system management. Simply add you .svg files into app/images/icons/files. In your html files use :
<i class="icon icon-filename"></i>###Lint JS You can lint your .js files using snazzy
npm run lint####Install deps
npm install####Start server
npm run email:watchserver's automatically watching for changes & starts on http://localhost:8080*