项目作者: Dugnist

项目描述 :
A simple, fast, modern, pure html, css (and sass), js, live reload starter template
高级语言: CSS
项目地址: git://github.com/Dugnist/html5-boilerplate.git
创建时间: 2017-02-20T22:12:27Z
项目社区:https://github.com/Dugnist/html5-boilerplate

开源协议:

下载


html5-boilerplate
html5-boilerplate

" class="reference-link">

html5-boilerplate
html5-boilerplate

Get started

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

Put your files into /src folder.

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

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

For build

  1. 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