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

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

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