The app is a demo of how you can build a CRM using React, graphql and Canonic as the Backend
Pull requests details are fetched from your Canonic project.
The frontend is a simple create-react-app. After cloning, install the dependencies.
yarn install
Then start the dev server
yarn start
You can find the sample backend project CRM App here and clone it.
Copy the base url from the docs
Change the value of URI in index.js
The example should now fetch data from the project you deployed.