Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 199 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 199 Bytes

graphql-upload-example

Example code for a GraphQL file upload server and React Application

Server

yarn dev

Access localhost:4000/graphql

Web

yarn dev

Access localhost:3000