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
- Host: GitHub
- URL: https://github.com/jonaskello/gql-cache-example
- Owner: jonaskello
- Created: 2018-09-21T14:30:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T14:30:51.000Z (over 7 years ago)
- Last Synced: 2024-10-05T02:21:06.462Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.