Skip to content

Ritam727/cchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatting App

A simple chatting app made using React js, Node js and Socket.io To test it in your local system, download the zip file of the repository or clone it to your local system. Then navigate to the directory of the application, and run the following commands to install the required packages:

$ cd cchat && npm install
$ cd ../server && npm install

To run the application, open up another terminal window and navigate to the server folder inside the cloned repository and run:

$ node index.js

In another terminal window, navigate to the cchat folder inside the repository and run:

$ npm start

This will start the application at localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published