Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 426 Bytes

Fullstack GraphQL

This application is a demonstration of a Full Stack GraphQL app using Mercurius and Next.js to create a sample todo application and utilises yarn workspaces.

Prerequisites

  • Node >= 14
  • yarn

Steps

  • Checkout this project
  • Run yarn
  • Run yarn dev to run the GraphQL server and Next.js app