Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 611 Bytes

Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe

Introduction

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

Setup

To see it live:

  • Clone the repository.
  • Start the Strapi server: cd nuxt-strapi-deliveroo-clone-tutorial/server && npm install && npm start.
  • In an other tab, start the Nuxt server: cd nuxt-strapi-deliveroo-clone-tutorial/client && npm install && npm run dev.