Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 464 Bytes

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