Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/venushadilshan/vimo

Real-time Chat App with socket.io, React and Express
https://github.com/venushadilshan/vimo

express nodejs react reactjs scoket socket-io

Last synced: 26 days ago
JSON representation

Real-time Chat App with socket.io, React and Express

Awesome Lists containing this project

README

        

## VIMO - Real-time Chat App with socket.io











### Libraries and Dependencies

- React
- socket.io
- react-router
- React icons
- Tailwind CSS
- Node
- Express
- CORS

### How to use

1. Clone the repo
2. Open a terminal at root level and run `npm install` to install all packages
3. Navigate /backend folder
4. Open another terminal at backend folder and run `npm insall` to install the package for the backend
5. While staying in the backend terminal, run `npm start` to start the server
6. Go to root of the project /vimo and run `npm start` run the react app
7. You are ready to go...

### Thank you. See you again!