• Stars
    star
    263
  • Rank 155,624 (Top 4 %)
  • Language
    JavaScript
  • Created over 11 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ReactJS and Socket.IO Chat Application

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 !