Skip to main content
Android
iOS
macOS
Web
Windows
Electron
Flutter
React Native
React JS
Unity
Unreal Engine
Unreal (Blueprint)

Compile and run a sample project

Agora provides Open-source sample projects on GitHub to demonstrate the implementation of basic and advanced Video SDK features.

This page shows how to compile, configure, and run the Video SDK ReactJS sample project.

Prerequisites

  • A camera and a microphone
  • Installed Git

Project setup

Get the sample project

Run the following command to clone the GitHub repository locally:

git clone https://github.com/AgoraIO/API-Examples-Web
Copy

The GitHub examples repository provides the following projects:

DescriptionPath
Feature demos/Demo
Extension demos/ExtensionDemo
Vue framework examples/vue/api-examples
React framework examples/react/api-examples

Configure the sample project

Navigate to /react/api-examples and run the following command to install the dependencies.

npm install
Copy

Run the sample project

  1. Use the following command to run the sample project.

    npm run dev
    Copy
  2. On the demo page, enter your App ID, token, and channel name and join the channel.

    The channel name must be the same as the channel ID you used to generate the token.

vundefined