dot-chat-live

MERN, Socket.IO, and webRTC based chat app.

Available Scripts

In the client directory run the following command

npm i

Installs the dependencies

npm start

Starts the react developement server and runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

In the server directory run the following command

npm i

Installs the dependencies

npm run dev

Starts the Express server on port 9000 and runs the app in the development mode.