This is a implementation of the Board Game Good Cop Bad Cop as an sample project to practice React. For personal use only.
Created using create-react-app with the Typescript template.
# Starts the server in dev mode, hosted on port 3000
# Open http://localhost:3000
yarn start
# Run tests
yarn test
# Build deployments
yarn build