- Notifications
You must be signed in to change notification settings - Fork183
Files for the HTML5 Boilerplate website.
License
NotificationsYou must be signed in to change notification settings
h5bp/html5boilerplate.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The HTML5 Boilerplate website is a simple static site:
- The development code is in the
src/
directory. - The build process relies on
gulp
. - The
gulp
tasks can be found in thegulpfile.js
file.
You should be able to work almost entirely in thesrc/
directory.
While developing runnpm run serve
as this will open the websitein your default browser and automatically update it whenever changesare made to the page or any of the files contained in the page.
When you have finished your changes, make sure that the distributionpackage is correct by runningnpm run test
and then checking theoutput.
The site is served directly from thedocs/
directory.
About
Files for the HTML5 Boilerplate website.