Built with React and Agora
- Install Node.js
cd group-video-chatnpm installyarn start or npm startto start clientcd servernpm install- Define constants by creating a
.envfile like the.env.examplefile. Add Agora Credentials and thePORTwe’re going to use to listen for requests. yarn start or npm startto start server
docker run -itd --rm -v /app/node_modules -p 3001:3000 -p 8080:8080 -e CHOKIDAR_USEPOLLING=true luqmanzaceria/group-video-chatOpen localhost:3001 in your browser and you will find the app running!
- Download ngrok
- Place
ngrok.exein chosen directory npm startand note the port your dev build is running oncd serverand start server withnpm start- Navigate to the directory that contains
ngrok.exeand run./ngrok http <port of dev build> - Share the generated ngrok forwarding link with friends to video chat!