Skip to content

Example React app with Apollo/GraphQL created for a presentation at the meetup React & GraphQL Sundsvall. (https://www.meetup.com/React-GraphQL-Sundsvall/)

License

Notifications You must be signed in to change notification settings

esatto/graphql-movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo GraphQL Movie App

Example React app with Apollo/GraphQL created for a presentation at the meetup React & GraphQL Sundsvall.

You can find the API used in this app in the repo esatto/graphql-movie-api.

DEMO - Coming soon

Technology used

Getting started

We're using yarn in these examples, but npm should work as well.

  1. Run yarn to install packages
  2. Run yarn start to start the app in development mode.
  3. Run yarn graphql to generate TypeScript definitions for all queries when added/updated.

Recommended plugins for VS Code

For syntax highlighting and autocomplete, use the Apollo VSCode plugin.

The project is configured with the apollo.config.js. You need to run the API locally for this to work.

Structure of the project

This project was partially coded during a live code session, and is not completely made for production use.

Components in the common directory is mostly styled components that weren't necessary for the live coding.

Create React App

This project was bootstrapped with Create React App.

Learn More

License

This example project is MIT licensed.

About

Example React app with Apollo/GraphQL created for a presentation at the meetup React & GraphQL Sundsvall. (https://www.meetup.com/React-GraphQL-Sundsvall/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published