Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h5bp/html5boilerplate.com

Files for the HTML5 Boilerplate website.
https://github.com/h5bp/html5boilerplate.com

Last synced: 9 days ago
JSON representation

Files for the HTML5 Boilerplate website.

Awesome Lists containing this project

README

        

# [html5boilerplate.com](https://html5boilerplate.com/)

The HTML5 Boilerplate website is a simple static site:

* The development code is in the [`src/`](src) directory.
* The build process relies on [`gulp`](https://gulpjs.com/).
* The `gulp` tasks can be found in the [`gulpfile.js`](gulpfile.mjs)
file.

## Setup

1. Install [`Node.js`](https://nodejs.org/) and
[`npm`](https://docs.npmjs.com/getting-started/installing-node).
2. Run `npm install`.

## Development

You should be able to work almost entirely in the [`src/`](src)
directory.

While developing run `npm run serve` as this will open the website
in your default browser and automatically update it whenever changes
are made to the page or any of the files contained in the page.

## Build

When you have finished your changes, make sure that the distribution
package is correct by running `npm run test` and then checking the
output.

The site is served directly from the `docs/` directory.