A simple chat application using Flask, SocketIO, and React.js.
Make sure you have Python3 and pip.
First install dependencies.
cd server
pip install -r requirements.txt
Open a new tab in project and run the following commands.
cd client
yarn start-server
Open another new tab and run these commands.
cd client
yarn start