Level
Topics
HTML5 Boilerplate is a minimal starting point for a website. It provides sane defaults and compatibility fixes so you can just start coding styles and html.
As you go through this exercise, take the time to learn about the included files and read the docs to get familiar with the common tools and techniques under the hood.
Before you begin
Sketch out a basic web page you want to build.
Design a header, footer, and layout with content that will be easy to write and fun to work with.
Instructions
- Get the latest H5BP.
- npm install -g create-html5-boilerplate
npx create-html5-boilerplate new-site - - OR -
- Download and unpack from https://html5boilerplate.com/
- npm install -g create-html5-boilerplate
- Start local development
- npm run start
- Add markup to index.html
- Add styles to main.css
Resources
Classes