Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 291 Bytes

GraphQL Example Project

This is the example project with GraphQL and React.

Run GraphQL Server

$ node server.js

Run JSON Server

JSON Server is used to represent one of the data sources where GraphQL would access to fetch the required data

$ yarn run json:server