Skip to content

kr-viku/chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat_App

Chat Application using node js

FRONT LOOK

To run this project locally, do the following:

  1. Clone this repo:

    # Using below command....
    git clone https://github.com/kr-viku/chat_app.git
  2. Then open this folder in Visual Studio Code editor or any editor.

  3. First install all dependencies:

    # or with npm
    npm install
  4. Start the server

    npm start
  5. Now run the app in Browser

     localhost:5000