This project involves a React frontend connected to a NodeJS Backend using Socket.IO
In the project directory, you can run:
npm install
This command will install all the dependencies necessary for the project to run. It may take a will to install all npm Packages and Modules...
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
cd server
node server.js
Runs the node backend server enabling the API
Listening on http://localhost:8000 for any Socket.IO connection.