Skip to content

Files

Latest commit

e0a4015 · Sep 2, 2019

History

History
This branch is 6 commits behind strapi/strapi-examples:master.

nextjs-react-strapi-deliveroo-clone-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 1, 2019
Aug 1, 2019
Sep 2, 2019

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.