Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.53 KB

README.md

File metadata and controls

54 lines (44 loc) · 1.53 KB

Webpack HTML boilerplate

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

How to get started with the web app?

####Install deps

npm install

####Start server

npm start

server 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

How to get started with the mail app?

####Install deps

npm install

####Start server

npm run email:watch

server's automatically watching for changes & starts on http://localhost:8080*