This project was generated with React CLI version 17.0.2
This project was generated with Node.JS Open CLI version 14.16.1
npx create-react-app appname
Run npm start
for a dev server. Navigate to https://localhost:3000/
. The app will automatically reload if you change any of the source files.
add this script to index.html after <title> tag -> <script src="https://unpkg.com/[email protected]/dist/peerjs.min.js"> </script>
npm install socket.io-client
npm install --save react-router-dom
npm install --save react-redux redux
npm install redux-devtools-extension --save
npm install --save react-icons
Run npm start
for a dev server. Navigate to https://localhost:5000/
npm init -> set entry point as 'server.js'
npm install --save express
npm install --save socket.io
npm install --save peer
npm install --save uuid // for unique id of group calls
For help getting started with React, view our online documentation, which offers tutorials, samples and guidance.
Login
Dashboard
Calling
Chat
Group Call