Skip to content

pixelize/webpack-html-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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*

About

A simple webpack html boilerplate including basic tools for your front-end development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published