This project uses react with Apollo client. It sends queries to graphQL Apollo server on this repo.
This project can be used as a boilerplate for a react project that uses Apollo GraphQL and retrieves data from REST API.
To setup and run this project:
git clone
this repocd
- run
npm install
- run
node --watch index.js
ornpm run dev
Don't forget to run REST API json server from the server repo and the graphQL server: https://github.com/sittimunirahar/graphql-server-app
- Add tailwind to beautify the UI and move the list to table or list UI
- Add more query examples