1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-10 12:13:25 +00:00

Set up socketio server-client connection

This commit is contained in:
Mizanali Panjwani
2021-02-22 05:20:20 +05:30
parent fd86244bef
commit 157aa5f94b
3 changed files with 107 additions and 32 deletions

View File

@@ -9,7 +9,8 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.2"
"react-scripts": "4.0.2",
"socket.io-client": "^3.1.1"
},
"scripts": {
"start": "react-scripts start",