Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 785 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 785 Bytes

Web Browser API Cookbook

Hello! This repository has the source code for the companion website to the book "Web Browser API Cookbook" by Joe Attardi, expected in early 2025 from O'Reilly Media.

You can visit the website at https://BrowserAPIs.dev or, if you prefer, you can run the site locally.

Viewing the code

You can view the code associated with each demo on the website, or you can find the source files under static/code/demos. Demos are divided into folders by chapter.

Running locally

Clone the repository

git clone [email protected]:joeattardi/web-browser-api-cookbook.git

Install dependencies

npm install

Start the server

npm start

You should be able to access the site now at http://localhost:8000.