The project is a small chat system which socket server has been written by Socket.IO, Express, HTTP, Cors and etc., and React also makes the UI more comfortable.
- In server folder, use
npm startcommand to start the Express.js - In client folder, use
npm startcommand to start the CRA - Open
localhost:3000in 2 browser windows and BOOM! START CHATTING!
