Skip to content

venushadilshan/vimo

Repository files navigation

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!