original requirements: https://github.com/Medibank/coding-challenge-web
git clone https://github.com/christian-schulze/synechron-coding-challenge
cd synechron-coding-challenge
yarn
To run the app:
yarn dev
To run tests:
yarn test run
# or watch mode:
yarn test