Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 805 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 805 Bytes

This project involves a React frontend connected to a NodeJS Backend using Socket.IO

Available Scripts 🚀

In the project directory, you can run:

Start the NodeJS BackEnd

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...

Start the React FrontEnd

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.

Start the NodeJS BackEnd

cd server
node server.js

Runs the node backend server enabling the API
Listening on http://localhost:8000 for any Socket.IO connection.