An open API service indexing awesome lists of open source software.

https://github.com/anlisha-maharjan/react-jitsi-meet

React application which uses IFrame API to embed Jitsi Meet functionality.
https://github.com/anlisha-maharjan/react-jitsi-meet

jitsi-meet material-ui reactjs

Last synced: 5 months ago
JSON representation

React application which uses IFrame API to embed Jitsi Meet functionality.

Awesome Lists containing this project

README

        

## About
React application which uses IFrame API to embed Jitsi Meet functionality into the application to experience the full functionality of the globally distributed and highly available deployment available with meet.jit.si.
## Requirements
- Node >= 14.0.0
- npm >= 5.6
## Getting started

```bash
# Clone the repo
git clone
cd react-jitsi-meet

# Install npm packages
npm install

# Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files
npm start

```
## Building the project

```bash

# Build artifacts will be stored in the `build/` directory.
npm run build

```