Multiplayer spinner Gambling using Node.js, ReactJS and Socket.io.
Navigate to the server folder, install the dependencies and run server.js
$ cd server
$ npm install
$ node server.jsThen to initialize the React app, go to project root and run npm start.
$ cd ..
$ npm start- Navigate to http://localhost:3000/lobby
