Project based on this video. A local and simple chat, using ReactJS on front-end and Node with Socket.io on the back-end.
Run npm i or yarn in both directories, cient and server.
Enter the server directory (cd server) and run yarn start.
Enter the front directory (cd client) and run yarn start.
Open http://localhost:3000 in two browsers and have fun.