2024-05-29 13:49:01 +02:00

31 lines
616 B
Markdown

# Basic React
Basic client application built with React. It internally uses [livekit-client-sdk-js](https://docs.livekit.io/client-sdk-js/).
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/react/).
## Prerequisites
- [Node](https://nodejs.org/en/download)
## Run
1. Download repository
```bash
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-react
```
2. Install dependencies
```bash
npm install
```
3. Run the application
```bash
npm start
```