ramet-top / Nuxt-Strapi-CSBSRU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

#client use yarn #server user npm

About


Languages

Language:JavaScript 68.5%Language:CSS 26.5%Language:Vue 4.2%Language:HTML 0.8%