This project is a virtual rendition of the traditional Vietnamese New Year Dice game called Bau Cua Ca Cop.
This project was bootstrapped with React + Express + Socket.IO and was deployed with Heroku.
- Clone the project.
- Run
git submodule init
andgit submodule update
subsequently. - Run
npm install
andnpm run install-client
from the root directory. - Run
npm run dev
from the root directory.
The server will be listening on port 9000 by default.
The client will be running on port 3000 by default.
Open http://localhost:3000 to view it in the browser.