This repo contains a small react based chat application that uses websockets for real-time chatting.
- Clone this repo
$ cd react-chat
$ npm install
$ npm run build
$ npm run server
- http://localhost:3001/
* note $
simply denotes a command prompt. It is not part of the command.