This repo contains a presentation with live components that connect to the included server.
- Run
$ yarn install - Run
$ yarn start-server - Run
$ yarn start-presentation
The important folders for understanding the project are:
./serverwhich contains the REST/GraphQL server./src/graphQLExampleComponentsand./src/RESTExampleComponentswhich contains the necessary components for fetching data from the GraphQL and REST servers respectively. Both implementations share the same "dumb component", found in./src/uiComponents/