/react-ui-kit-sample-app

Sample app to demonstrate the integration code and working of new Dyte Client SDK for web, using React.

Primary LanguageTypeScript

Logo

React UI Kit Sample App

A basic project demonstrating how you can integrate dyte in your React app.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

A basic project demonstrating how you can integrate dyte in your React app.

Built With

Structure

React App structure:

├── src
│   ├── App.tsx // Dyte Meeting Component
│   ├── index.tsx // application js entry point

Getting Started

Please make sure you have an organization ID and API Key for your application. These can be obtained from the developer portal.

  1. Clone the repo
git clone https://github.com/dyte-in/react-ui-kit-sample-app.git
  1. Install NPM packages
npm install
  1. Create an .env file with your credentials. Use .env.example as a template.
cp .env.example .env
  1. Run the application
npm start

For documentation on APIs and client SDKs, please refer to our official documentation.

License

Distributed under the MIT License. See LICENSE for more information.