Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 164 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 164 Bytes

Running the Application

Run the Socket.IO server from the server folder:

node index.js

Run the React application from the project root:

npm run dev