Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 451 Bytes

React Redux ES6 WebSocket Battleships Game

This demo game is created to show how to use React Redux with WebSocket Middleware in real-time.

PLays two! Live demo is here:

http://demo.taraskovtun.com

Quick overview:

in order to build and run locally:

git clone [email protected]:grimcoder/Battleships.git 
cd Battleships
npm install
npm start

also you need to start a separate backend process

cd src/server/
node server.js