html5-boilerplate

A professional front-end template for building fast, robust, and adaptable web apps or sites.

Github stars Tracking Chart

HTML5 Boilerplate

LICENSE
Build Status
devDependency Status
NPM Downloads
github-stars-image

HTML5 Boilerplate is a professional front-end template for building
fast, robust, and adaptable web apps or sites.

This project is the product of years of iterative development and
community knowledge. It does not impose a specific development
philosophy or framework, so you're free to architect your code in the
way that you want.

Quick start

Choose one of the following options:

  • Download the latest stable release from
    html5boilerplate.com. This zip file is a snapshot of the dist folder. On Windows, Mac and from the file manager on Linux unzipping this folder will output to a folder named something like html5-boilerplate_v7.3.0. From the command line will need to create a folder and unzip the contents into that folder.

    mkdir html5-boilerplate
    unzip html5-boilerplate*.zip -d html5-boilerplate
    
  • Clone the git repo — git clone https://github.com/h5bp/html5-boilerplate.git - and checkout the
    tagged release
    you'd like to use. The dist folder represents the latest version of the project for end users.

  • Install with npm: npm install html5-boilerplate or yarn: yarn add html5-boilerplate. The resulting node_modules/html5-boilerplate/dist folder represents the latest version of the project for end users. Depending on what you want to use and how you want to use it, you may have to copy and paste the contents of that folder into your project directory.

Features

  • HTML5 ready. Use the new elements with confidence.
  • Designed with progressive enhancement in mind.
  • Includes:
  • Placeholder CSS Media Queries.
  • Useful CSS helper classes.
  • Default print styles, performance optimized.
  • An optimized version of the Google Universal Analytics snippet.
  • Protection against any stray console statements causing JavaScript
    errors in older browsers.
  • "Delete-key friendly." Easy to strip out parts you don't need.
  • Extensive inline and accompanying documentation.

Browser support

  • Chrome (latest 2)
  • Edge (latest 2)
  • Firefox (latest 2)
  • Internet Explorer 11
  • Opera (latest 2)
  • Safari (latest 2)

This doesn't mean that HTML5 Boilerplate cannot be used in older browsers,
just that we'll ensure compatibility with the ones mentioned above.

If you need legacy browser support you can use HTML5 Boilerplate v6 (IE9/IE10)
or HTML5 Boilerplate v5 (IE 8). They are no longer actively developed.

Documentation

Take a look at the documentation table of contents.
This documentation is bundled with the project which makes it
available for offline reading and provides a useful starting point for
any documentation you want to write about your project.

Contributing

Hundreds of developers have helped to make the HTML5 Boilerplate. Anyone is welcome to contribute,
however, if you decide to get involved, please take a moment to review
the guidelines:

License

The code is available under the MIT license.

Overview

Name With Ownerh5bp/html5-boilerplate
Primary LanguageJavaScript
Program languageHTML (Language Count: 2)
Platform
License:MIT License
Release Count42
Last Release Namev9.0.1 (Posted on 2024-04-16 14:34:47)
First Release Namev0.9 (Posted on 2010-08-10 10:01:26)
Created At2010-01-24 18:03:24
Pushed At2024-05-08 20:18:13
Last Commit At
Stargazers Count56.1k
Watchers Count2.5k
Fork Count12.2k
Commits Count2.6k
Has Issues Enabled
Issues Count1339
Issue Open Count6
Pull Requests Count758
Pull Requests Open Count1
Pull Requests Close Count937
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top