A web app to keep track of scores while playing games of 21-card rummy. The project is deployed at https://rummy.sesh.rs.
- Clone the repo.
- Install yarn if not already available.
- Run
yarn
in both theclient
andserver
directories to install dependencies. - In separate shells, run
yarn start
in theclient
and server directories. Visit the development server at http://localhost:3000.