About this project

HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites. It is the product of over 10 years of iterative development and community knowledge. It does not impose a specific development philosophy or framework, so you are free to architect your code as you want. This repository is where HTML5 Boilerplate is authored. The published project is represented by the contents of the /dist folder; other files in the repository are used to author the project. Users do not need to clone this repository to start a site; they can use the Quick Start options instead. Quick Start options include: - Using the create-html5-boilerplate script via npx, npm init, or yarn create to fetch the latest npm published package. - Using a Template Repository on GitHub to create a new repository based on the latest code. - Installing with npm or yarn and using the dist folder from the package. - Downloading the latest stable release zip. Features include a finely-tuned starter template, progressive enhancement design, placeholder Open Graph elements, an example package.json with Webpack commands, placeholder CSS media queries, useful CSS helper classes, default print styles, easy removal of unneeded parts, and extensive documentation. Browser support targets the latest stable releases of all major browsers, matching the Browserslist "defaults" configuration. Documentation is bundled with the project for offline reading and includes a table of contents. Contributions are welcome, with guidelines for bug reports, feature requests, and pull requests. The code is available under the MIT license.