Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 782 Bytes

rpsls-REST

Implementation of rock paper scissors lizard spock using socket.io and RESTful express server.

TECH STACK Javascript | Node.js | Express.js | React

TESTING STACK Travis CI | Jest

Current Version Hey! This is the MVP version of this concept, so it works in the basic sense, but still has some kinks and bugs to workout.

Play the game with a friend or two here: http://18.144.37.251:3000

You can also pull the docker image from my dockerhub @coffeegoddd, or clone this repo to run the app locally.

To run locally:

clone repo, then in the repos root directory:

$ npm install && npm run install:all

then go to client/src/components/App.jsx and uncomment line 40, and comment out line 43.

then type, $ npm run start:all

should start application on the port 3111.