/Kirari

Multiplayer spinner gambling

Primary LanguageJavaScript

Kirari

Multiplayer spinner Gambling using Node.js, ReactJS and Socket.io.

Installation

Navigate to the server folder, install the dependencies and run server.js

$ cd server
$ npm install 
$ node server.js

Then to initialize the React app, go to project root and run npm start.

$ cd ..
$ npm start