Built with graphQL and React.
This is a simple react-apollo/GraphQL app that displays courses for a given learning site. I learned to build this simple app from a tutorial I found on medium. Getting Started With React And GraphQL
To start the app run:
- Clone the app
- Navigate to app folder from terminal
- Run
npm install
- run
npm run start