Skip to content

Steve0929/Kirari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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