Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 591 Bytes

Browser APIs

The repo containing exercices and demos of different browser APIs, made for a 3 days workshop with ECV Development students.

How to use

This repository is made of multiple directories, each one containing exercices and demos of a specific browser API.

I recommend to fork this repository and clone it on your computer, so you can push to your own repository. This repo won't keep your personal branches.

Install

npm install

Run the exercices

npm run dev:<directory>:exo

Run the demos

npm run dev:<directory>:demo