https://github.com/babyfish-ct/graphql-react-example
A react demo to show how to use apollo react hooks to access the GraphQL service
https://github.com/babyfish-ct/graphql-react-example
Last synced: 7 months ago
JSON representation
A react demo to show how to use apollo react hooks to access the GraphQL service
- Host: GitHub
- URL: https://github.com/babyfish-ct/graphql-react-example
- Owner: babyfish-ct
- Created: 2020-05-20T17:09:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T17:35:38.000Z (over 5 years ago)
- Last Synced: 2025-01-07T18:18:51.380Z (9 months ago)
- Language: TypeScript
- Size: 243 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get and start server side
Please see https://github.com/babyfish-ct/graphql-kotlin-example or https://github.com/babyfish-ct/graphql-csharp-example to know more
# Get and start client side
1. Download or git clone the current project
2. Open command window
3. execute the command **npm install -g typescript** if it has not been executed on your machine
4. **cd** to the local directory of the current project
5. execute the command **npm install** if there is no sub directory whose name is **node_modules**
6. execute the command **npm start**
7. Access http://localhost:3000