next-apollo-demo Simple Next.js example with Apollo GraphQL and React. Setup Install separately in /client and /server: npm install Run client locally: npm run dev Run server locally: npm run start Run tests in client folder: npm run test