Skip to content

Latest commit

 

History

History
 
 

github-pr-dashboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Github PR Dashboard

The app is a demo of how you can build a Github PR Dashboard using React, graphql and Canonic as the Backend

Screenshot

Pull requests details are fetched from your Canonic project.

Links

Running the example

Frontend

The frontend is a simple create-react-app. After cloning, install the dependencies.

yarn install

Then start the dev server

yarn start

Backend

You can find the sample backend project Github PR Dashboard here and clone it.

Screenshot

Copy the base url from the docs

Screenshot

Change the value of URI in index.js

The example should now fetch data from the project you deployed.