Demo project to demonstrate a basic and initial use of React Hooks and GraphQL.
First you should follow the instructions in this repository to set up the GraphQL server, without it, this demo wont work.
Then:
- Clone this repo:
git clone github.com/
- Install:
yarn install
- Start it:
yarn start
Now server should be up and running on port 3000.
In the browser go to localhost:3000
to explore the demo.