Frontend challenge implemented with hexagonal architecture with React and Typescript.
node >= 14
$ cd api && yarn install
$ cd app && yarn install
$ cd api && yarn start
$ cd app && yarn start
Open http://localhost:3005/ to view it in the browser.
$ cd app && yarn test