In this article I will be creating a chat web app using Express.js, React & Socket.io. I will be using Bootstrap for styling. You will see how the final files should look like in the end. Create a React app by running create-react-app chatapp command in your terminal.
Full article