Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 538 Bytes

File metadata and controls

11 lines (7 loc) · 538 Bytes

Cooking a Deliveroo clone with Next.js (React), GraphQL, Strapi and Stripe

This example is the result of the tutorial series "Cooking a Deliveroo clone with Next.js (React), GraphQL, Strapi and Stripe

Setup

To see it live:

  • Clone the repository.
  • Start the Strapi server: cd nextjs-react-strapi-deliveroo-clone-tutorial/backend && yarn && yarn develop.
  • In an other tab, start the nextjs server: cd nextjs-react-strapi-deliveroo-clone-tutorial/frontend && yarn && yarn dev.