- First of all, install all dependences:
npm i
- Replace the environment variable
REACT_APP_SERVER_HOST
with the machine IP - To run the Node server:
npm run serve
- To start the application:
npm start
- Open http://localhost:3000 from each mobile phone (be sure that we are connected in the same network)
This is a proof of concept game using React + Redux + Typescript + Web sockets + Node Express
Prepared to use it in different environments
Using Node 10.16.0