Skip to content

Examples on how to use Vidstack with your favourite JS and CSS libraries.

Notifications You must be signed in to change notification settings

vidstack/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccefbfc · Mar 26, 2024

History

81 Commits
Oct 2, 2023
Sep 28, 2023
Mar 26, 2024
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Nov 24, 2023
Mar 18, 2024
Sep 28, 2023

Repository files navigation

Vidstack Examples

This repository is dedicated to showing you how to get started with Vidstack using various JavaScript frameworks and CSS libraries.

Local

You can run the examples locally by following these steps:

  1. git clone [email protected]:vidstack/examples.git vidstack-examples
  2. cd vidstack-examples
  3. pnpm i
  4. pnpm start - launches a process for you to select which example to run.

Remote (recommended)

Each example has a README which contains an "Open in StackBlitz" link. If you click it, it'll fork and launch the project in StackBlitz. You can run the code, edit it, and preview it inside their development environment. This is the easiest way to start playing with the examples.