mirror of
https://github.com/seigler/graphql-playground
synced 2025-07-27 01:26:10 +00:00
18 lines
259 B
Markdown
18 lines
259 B
Markdown
Repository for following https://www.youtube.com/watch?v=ed8SzALpx1Q
|
|
|
|
I stuck with the video for the server, but did my own thing for the client.
|
|
|
|
## Usage
|
|
|
|
### Server
|
|
```
|
|
cd server
|
|
npm install
|
|
npm start
|
|
```
|
|
### Client
|
|
```
|
|
cd client
|
|
npm install
|
|
npm start
|
|
```
|