Skip to content

k-hemanth/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Setting up CHAT-APP

Install node_modules in both Client and Server

Client

  • cd client

  • npm install

Server

  • cd server

  • npm install


Start the APP:

Client

  • cd client

  • npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Server

  • cd server

  • npm install

Server listens in http://localhost:4050

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published