Presentation containing the lessons learned from implementing a GraphQL API.
This presentation highlights two lessons:
- Separation of Concerns: How should you structure your code to create a maintainable GraphQL server.
- Relay compliant schema: Create a Relay compliant schema to benefit from all the advantages that it brings.
Install the dependencies by running the command:
yarn
Then, to start up the local server, run npm start
Open a browser and hit http://localhost:3000, and we are ready to roll
Building the dist version of the project is as easy as running npm run build
If you want to deploy the slideshow to surge, run npm run deploy