This repository contains the frontend for [Google Meet Clone].
master
- Implemented using 100ms 🆕
restore-legacy
- Legacy Code implemented using Websockets
-
⚛ React | for Frontend
-
🧰 Redux | for State Management
-
🔥 Firebase | for Auth, Hosting & Database
-
⏳ 100ms | for Video Conferencing
- Clone the repository and run
npm install
(oryarn
). - Switch to
add-100ms
branch (git checkout add-100ms
). - Create a new project in Firebase and grab the credentials.
- Run the backend simultaneously.
- Rename
.env.example
to.env
and fill up all credentials. - To start the development server,
npm run start
.
🤜 Google Meet Clone - Backend 🤛