Skip to content

vrajeshr/simple-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat web app

Simple chat application using React, node.js (express) and socket.io.

Prerequisites

Install Node.JS

Run instructions

  1. Clone repo. Open a terminal to project location

  2. Navigate to the folder in a terminal window and run the following

npm install
npm run start
  1. Open another terminal window and navigate to the backend/ folder

  2. Run the following command

cd backend/
node app.js
  1. Navigate to http://localhost:3000/, or the URL found on the first terminal window

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published