The app is a demo of how you can build a Marketplace App using React, Material UI, GraphqQL and Canonic as the Backend
Authentication and Products data is handled by 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 Github PR Dashboard 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.