/real-time-chat-app

react-express-socket.io-tailwind.css

Primary LanguageJavaScript

real-time-chat-app

This is a real-time chat application. To run it on your computer, you should follow the steps below:

  1. Clone the repository:
git clone https://github.com/ozcaneren/real-time-chat-app.git
  1. Navigate to the cloned directory and install the required packages:
cd real-time-chat-app
yarn
  1. Go to the client folder and start the application:
cd client
yarn start
  1. Go to the server folder and start the server:
cd server
yarn start

By following these steps, you can run the real-time chat application on your computer. The application will be ready to use!

login

chat