This is an example UI app for the hackathon. It uses React, Apollo and MaterialUI libraries.
- This project is set up using
react-scripts - We use Prisma to mock a GraphQL server. Connection to the Prisma endpoint is achieved though Apollo Client in
src/apollo.js. - Example components can be found in
src/components/ - An example GraphQL schema can be found in
src/domain/schema.graphql
- Run
yarnto install dependencies. - Run
yarn startto serve the example components on http://localhost:3000 - Run
yarn buildto build the code for production
Copyright © 2018 Graph Protocol, Inc.
Licensed under the MIT License.