videosdk-sveltekit-quickstart Svelte Themes

Videosdk Sveltekit Quickstart

This is a sample application that demonstrates how to use the Zoom Video SDK in a SvelteKit app

Zoom VideoSDK SvelteKit Quickstart

This is a quickstart for using the Zoom Video SDK for Svelte using SvelteKit

Prerequisites:

  1. Clone the repository
git clone https://github.com/zoom/videosdk-sveltekit-quickstart.git
  1. Create an .env file in the root directory
cd videosdk-sveltekit-quickstart
cp .env.example .env

Fill in the ZOOM_SDK_KEY and ZOOM_SDK_SECRET with your credentials.

  1. Install the dependencies
npm install
  1. Run the development server
bun run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open

Open a browser and visit http://localhost:5173/.

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

Loading Svelte Themes