kamskr / cms-presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 100.0%Language:Shell 0.0%