look4regev / dominoes-node-react-game

Dominoes multiplayer game implemented with NodeJS and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dominoes-node-react-game

Dominoes game for multiple players implemented with ReactJS and nodejs.

How to play and work in development mode

1) Nodejs backend

  1. cd backend
  2. npm install
  3. npm run start-watch
  4. Verify: curl localhost:8000/health

2) React frontend

  1. cd frontend
  2. npm install
  3. npm run start

About

Dominoes multiplayer game implemented with NodeJS and React

License:MIT License


Languages

Language:JavaScript 95.3%Language:CSS 4.6%Language:HTML 0.2%