https://github.com/frontendmasters/fullstack-graphql
https://github.com/frontendmasters/fullstack-graphql
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontendmasters/fullstack-graphql
- Owner: FrontendMasters
- Created: 2019-10-14T14:16:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T15:35:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T08:38:30.020Z (2 months ago)
- Language: JavaScript
- Size: 354 KB
- Stars: 367
- Watchers: 15
- Forks: 903
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fullstack GraphQL
> Learn how to use GraphQL with Node and ReactThis repository contains code used in two [Frontend Masters](https://frontendmasters.com) courses: [Server-Side GraphQL in Node.js](https://frontendmasters.com/courses/server-graphql-nodejs/) and [Client-Side GraphQL in React](https://frontendmasters.com/courses/client-graphql-react/)
## What you'll need
* Node version 8.17.0## Client-Side GraphQL in React
After cloning the repository, make sure to switch to the `client` branch before running the application:
```bash
git clone https://github.com/FrontendMasters/fullstack-graphql.git
git checkout client --
npm install
npx yarn app
```## Solutions
The solution branch has the completed course fo reference. There is no one way to finish this course.
`git checkout solution`