Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 476 Bytes

CoursesApp

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