Skip to content

mikhalev-im/react-socket-chat

Repository files navigation

Online Chat - example app built on React, Redux & Socket.io

app screenshot

This app was built for learning purpose only.

Includes:

  • backend server for serving static files, api and socket communications (based on Express & Socket.io);
  • frontend user interface (React & Redux);

How to start

To start this app execute this commands:

npm install
npm run-script build
npm start

Now go to the http://localhost:3000/

About

Online chat built on React, Redux & Socket.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages