next advanced apollo starter
1.0.0
What's included • Getting Started • Apollo usage • Tests • Docker usage
yarn codegen.No extra knowledge needed to get started, see Next.js documentation.
Generated interfaces for co-located .graphql files. See the example.
yarn codegenJest is a great tool for testing. To run tests simply use test script from package.json:
yarn testPretty much everything you need to know about project structure, SSR, etc., you can find in the official Next.js documentation.
To build and run Dockerized production-ready container, run:
docker-compose up --build