A study project - Socket.io.
This app features all the latest tools and practices in client and server development!
-
React Js — A JavaScript library for building user interfaces
-
Socket io - client | server — Socket.IO enables real-time, bidirectional and event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed.
- clone this repo using
git clone https://github.com/s1lasjee/they-talk.git
- Move yourself to the appropriate directory:
cd they-talk
- Run
yarn
to install dependencies
- Move yourself to the backend folder:
cd client
- Run
yarn start
- Move yourself to the backend folder:
cd server
- Run
yarn start