Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.