A basic project demonstrating how you can integrate dyte in your React app.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A basic project demonstrating how you can integrate dyte in your React app.
React App structure:
├── src
│ ├── App.tsx // Dyte Meeting Component
│ ├── index.tsx // application js entry point
Please make sure you have an organization ID and API Key for your application. These can be obtained from the developer portal.
- Clone the repo
git clone https://github.com/dyte-in/react-ui-kit-sample-app.git
- Install NPM packages
npm install
- Create an
.env
file with your credentials. Use.env.example
as a template.
cp .env.example .env
- Run the application
npm start
For documentation on APIs and client SDKs, please refer to our official documentation.
Distributed under the MIT License. See LICENSE
for more information.