A chat app using React and WebSocket
Clone the repo
git clone https://github.com/TuanPham303/chatty-app.git
cd chatty-app
Install the dependencies and start the server.
npm install
npm start
cd chatty_server
npm install
npm start
open http://localhost:3000