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
yarnin both theclientandserverdirectories to install dependencies. - In separate shells, run
yarn startin theclientand server directories. Visit the development server at http://localhost:3000.