This is a demonstration of an API consumed by a React application. Tested by Cypress.
- docker
- docker-compose
sh demo.sh
- open
http://localhost:8080
in your browser
- node 12
- npm or yarn
- cypress
- run
yarn
- run
yarn start
- run
yarn run cypress:open
- pick a test and run it
- node 12
- npm or yarn
- run
yarn
- run
yarn start
- open
http://localhost:3000
in your browser to use the app
- better UI
- better TS e.g return types
- can work with Sagas if a more complex scenario demands it