An open API service indexing awesome lists of open source software.

https://github.com/jonaskello/gql-cache-example

Full-stack example using the gql-cache package
https://github.com/jonaskello/gql-cache-example

Last synced: 11 months ago
JSON representation

Full-stack example using the gql-cache package

Awesome Lists containing this project

README

          

# gql-cache-example

Full-stack example using the [graphql-cache](https://www.npmjs.com/package/gql-cache) package

# How to run

First install all packages:

```
yarn install
```

To start both the server and the client run

```
yarn start
```

Then navigate to http://localhost:1234 and check the console output.