Simple React app that consumes the subgraph's GraphQL API using Apollo client.
It displays a list of Peepeth accounts (users) on the left, allows you to filter those. When clicking on an account it shows account details on the right, including follwers and peeps.
$ cd demo-app
# Install dependencies
$ yarn install
# Run it
$ yarn start
$ yarn install
$ yarn build
Output gets generated in the /build
folder.
- src/index.ts - Entrypoint
- src/components - Presentational React components
- src/containers - Connected components (data fetching/state management, GraphQL queries)