graphql-playground/README.md
2020-01-30 22:57:27 -05:00

259 B

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