This is a little fun project that incorperates react, node and socket.io to create a multiplayer version of connect four!
-
cd ./react -
Restore dependencies:
yarn install -
Populate
.envwith host address running node server. -
Run the front-end:
yarn start
-
cd ./node -
Restore dependencies
yarn install -
Populate
.envwith host running react and port you want the socket.io server to run on. -
Run the backend:
yarn start
cd ./reactyarn test
Have fun!