A simple real-time chat application built using React, Redux, Socket.io and Firebase. Hosted on https://chat-cafe-client.vercel.app/
- Start with running
git clone https://github.com/Kenny-Gin1/chat-cafe-server.git
- Be sure to be in the root folder and then run
npm install
- Start the server by running
npm start
and it will run on http://localhost:8080. - Be sure to repeat the steps above for the server which can be located at https://github.com/Kenny-Gin1/chat-cafe-client (See separate instructions in that repo)