Skip to content

An online Rock Paper Scissors made in React and node.js.

Notifications You must be signed in to change notification settings

Zaheudev/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors

An online Rock Paper Scissors built with: Node.js, Websockets(ReconnectingWebSocket), Express, React.js and Redux

Want to try it yourself?

First step: Open the backend server

in a terminal run this commands

$ cd server     // NOTE: It will work on root directory too!
$ npm install (optional)
$ npm start

the backend server will open on localhost:3001. You can change the port in the index.js where const PORT is declared.

Second step: Open the client server

$ cd client
$ npm install (optional)
$ npm start

the client server will open on localhost:3000. This address can be accessed from browser.To change the port, check the react docs.

About

An online Rock Paper Scissors made in React and node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published