mirror of
https://github.com/seigler/graphql-playground
synced 2025-07-27 01:26:10 +00:00
Client initial commit
This commit is contained in:
parent
f8e7e2d9e3
commit
7bc3484b71
11 changed files with 7802 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,8 +1,18 @@
|
|||
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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue