This sample demonstrates the usage of React and Redux with socket to create a realtime game.
$ git clone https://github.com/RooGeaR/react-rock-paper-scissors.git
$ cd react-rock-paper-scissors
$ npm install
$ node server
$ npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
This project was bootstrapped with Create React App.