A simple slack clone using reactjs, nodejs, socketio. Check online(wait a little for link to load): https://react-slack-clone.herokuapp.com/
For running the project locally steps are:
- Clone the project
- open a terminal and type yarn start-server or npm run start-server
- open another terminal and type yarn start-client on npm run start-client
- reactjs
- socket.io
- expressjs
- emotionjs for css in javascript
- create react app as base for client.