Running the project
yarn
yarn start # starts the expo bundler
follow the instructions from expo cli to run the app in a simulator/browser.
normally this file would be added to the gitignore and generated automatically, but I had to manually comment out some types and I didn't want to take the time in a tech test to figure out why
What I did and when
- start the project using expo cli
- add prettier and lint staged, so I don't have to think about code formatting
- add apollo client
- added view for blocks as well as an (ugly for now) async list component
- added view for transactions