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 cd backend npm install npm run start-watch Verify: curl localhost:8000/health 2) React frontend cd frontend npm install npm run start