Dugnist / html5-boilerplate

A simple, fast, modern, pure html, css (and sass), js, live reload starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html5-boilerplate
html5-boilerplate

Get started

  git clone https://github.com/Dugnist/html5-boilerplate.git my_project
  cd my_project
  npm i
  npm start

Put your files into /src folder.

Don't forget add to index.html this line:

  <script type="text/javascript" src="../build/app.js"></script>

For build

  npm run build

Features

  • Lightweight, fast opened.
  • Webpack livereload separated config
  • Html5/Css3/JS(es6/vanilla)/images(png, jpg, gif, svg) optimization/minify.
  • Include 5 pure css media queries points and best normalize css practices.
  • Include all you needed html meta tags.
  • ES6 and browserify syntax support. (require, arrow func, let const etc...).

2020 updates

  • SASS support (thanks @patrikniebur)

About

A simple, fast, modern, pure html, css (and sass), js, live reload starter template


Languages

Language:CSS 47.7%Language:JavaScript 28.6%Language:HTML 23.7%