Skip to content

Latest commit

 

History

History

demo-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Peepeth Subgraph Demo App

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.

Run it locally

$ cd demo-app

# Install dependencies
$ yarn install

# Run it
$ yarn start

Open http://localhost:3000

Build it

$ yarn install
$ yarn build

Output gets generated in the /build folder.

Code organization