Skip to content

Chat app in reactjs using socket.io library

Notifications You must be signed in to change notification settings

techmannih/chat-app-client

Repository files navigation

Chat App in ReactJs using Socket.IO

How to use/contribute

1. fork the repo

git clone https://github.com/ydv-ankit/chat-app-client.git

2. change directory to project

cd chat-app-client

3. install dependencies

npm install

4. run vite server

npm run dev

(for contributors)

  • do changes if you want to and save, vite will autoreload the webapp and see your changes.

create new branch

git checkout -b branch_name

commit changes and push it

git push origin branch_name

raise a pull request and wait to be merged

About

Chat app in reactjs using socket.io library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published