Skip to content

DanialK/ReactJS-Realtime-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS Socket.io Chat Application

See This Blog Post : ReactJS and Socket.IO Chat Application

Running it

First, grab the dependencies:

npm install

Build the applicaiton

npm run build

Then run the app like so:

npm start

And navigate to localhost:3000 and chat !