Skip to content

ENsu/graphql-react-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code basically follow the tutorial here except for a few points:

  1. All the graphql query is changed to use django as backend instead of the nodejs server provided in the tutorial.
  2. Remember you need pip install django-cors-headers in the backend and follow the config from here to prevent CORS POLICY issue from django.

Install dependencies

yarn install

Init front-end server

yarn start

About

following the [tutorial](https://www.howtographql.com/react-apollo/0-introduction/) to understand graphql frontend using react & apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published