Skip to content

A simple chat app built using React, NodeJS, Express and Socket.IO

Notifications You must be signed in to change notification settings

mikejamesli/chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN CHATAPP LOCALLY

In the project directory install the project dependencies:

npm install

Switch to the client directory and install dependencies:

cd client

npm install

Switch back to the project directory, and start:

cd ..

npm run dev

This Runs the server and client in development mode.
Open http://localhost:3000 to view it in the browser. The server is running on http://localhost:5001

HOW TO USE CHATAPP

  1. Open two browser tabs at http://localhost:3000
  2. Send a message in the chat box

Clicking on the Avatar shows more info of the user.

About

A simple chat app built using React, NodeJS, Express and Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published