Skip to content

BLemine/video-conference-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About :

It's about a video conference Web app based on Jitsi meet api using SSR

Setup :

Before anything, install the necessary packages by typing :

npm install

and build the React app :

npm build

then run the project :

npm run server