Logo

Boilerplate Website

This is a boilerplate website with added bootstrap, sass, jasmine, eslint and gulp automation.

The main idea here is to have ready to go boilerplate with sass, bootstrap, eslint, jasmine and with automation of boring tasks as: -compressing images (when you put an 5Mb image to source/img - it will be compressed to 300kb and moved to source/img) -When you will code your site will be live-reloaded with possibility to open it on the same time on your smartphone -Your javascript code will be corrected to best practices thank to eslint (you need to have installed eslint on your editor) -All your scripts from /source/js will be moved to /build/js - and connected to one file. -Your sass code will be converted to css live and moved to /build/js And much more :-) Read more here https://github.com/Migacz85/web-template