A RethinkDB chat client with React.
The idea is to demonstrate how to to build a real time chat application with facebook's ReactJS and socket.io .
- Before this you will have to configure the backend server i have developed with NodeJS and RethinkDB at 'https://github.com/arman37/rethink-node-chat-server'
- Clone the project from git.
- Go to 'rethink-node-chat-client' directory (
cd rethink-node-chat-client
). - Run
yarn
ornpm install
. - Run
npm start
.
Application will start at 'http://localhost:4000'. Open a new tab on your web browser and enter address http://localhost:4000 .
If you like the project, shoot a 🌟 and feel free to fork & send PR anytime.