multiplayer-rock-1.mp4
- clone the repo
git clone "https://github.com/amitanshusahu/realtime-multiplayer-game" && cd realtime-multiplayer-game"
- go to
server
folder and start server
cd server && npm start
Note: you will require Node 19+ because of the --watch flag, if you have Node 18-, then
node server.js
to start the server
- go to
client
folder and start
cd ../client && npm run dev
- Vidoe