No description
Find a file
2020-01-31 00:54:13 -05:00
client feat: client retrieves data from GraphQL 2020-01-31 00:54:13 -05:00
server feat: client retrieves data from GraphQL 2020-01-31 00:54:13 -05:00
.editorconfig Initial commit 2020-01-28 23:10:39 -05:00
.gitignore Client initial commit 2020-01-30 22:57:27 -05:00
LICENSE Initial commit 2020-01-28 23:10:39 -05:00
README.md Client initial commit 2020-01-30 22:57:27 -05:00

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