A cricket game where you create, update and manage players of your cricket team and play matches against team Hampshire in an all dynamic environment.
- Fork the repo and clone it.
- Make sure you have yarn Node.js & MongoDB installed in your system.
- [Only once] Run (from the root)
yarn install
(or npm install) andcd client && yarn install
. - Run
npm start
(from the root) to start the server onport 5000
. - Run
cd client && yarn start
in other terminal (keeping the server running) for UI, it will open on a new tab onport 3000
. - Navigate to
http://localhost:3000
to play the game.
Checkout the deployed version of game at - https://cricplay.herokuapp.com
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.