Websocket based group chat app built with socket.io and react.
Websocket based group chat app built with socket.io, react and material-ui à la The Walking Dead flavor
Install.
npm install
npm run compile
Run the socket server.
npm run server
Run dev server, clients can be requested on localhost:3001.
npm run client