/react-gql-example

A bare bones example of a react app using graphql to fetch data

Primary LanguageTypeScript

It's a bare bones app using React and GraphQL that fetches and displays some data.

I made this as a starting point for a group project for school.

Running locally

Requires npm

npm install
npm start