Skip to content

Commit d687926

Browse files
committed
added links and client-side instructions
1 parent 2cbcba6 commit d687926

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Fullstack GraphQL
22
> Learn how to use GraphQL with Node and React
33
4-
This course comes with some [slides](https://docs.google.com/presentation/d/1IrGA4PtUEZPVDTBg5_WCMmUapElbFBgLwfSBAp8ft1g/edit?usp=sharing)
5-
4+
This 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/)
65

76
## What you'll need
87
* Node version 8.17.0
98

9+
## Client-Side GraphQL in React
10+
After cloning the repository, make sure to switch to the `client` branch before running the application:
11+
```bash
12+
git clone https://github.com/FrontendMasters/fullstack-graphql.git
13+
git checkout client --
14+
npm install
15+
npx yarn app
16+
```
17+
1018
## Solutions
1119
The solution branch has the completed course fo reference. There is no one way to finish this course.
1220
`git checkout solution`

0 commit comments

Comments
 (0)