I created, from scratch, a functionnal live chat application. I used for this project React.js, Node.js, Express and Socket.io
Setup:
- run
npm install react-scripts
(if you get the error "'react-scripts' is not recognized as an internal or external command") - run
--save npm i && npm start
.