brainstormbuddy / team-talk-remix-shopify

Home Page:http://team-talk-remix-shopify.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headless Shopify with Remix

How to set up GraphQL Playground

  1. Go to: https://studio.apollographql.com/sandbox/explorer/
  2. Click on the gear icon on the top left
  3. Under Connection settings click the 'Edit' button
  4. For the "Endpoint" enter the API_URL (example can be found in .env.example)
  5. Under "Default header" enter
    1. Header key: X-Shopify-Storefront-Access-Token
    2. Value: ACCESS_TOKEN (example can be found in .env.example)

Codebase walkthrough

Prior Art

The design of this site is taken from this video by former Thinkmiller Simon Vrachliotis on the Tailwind CSS YouTube channel.

The deployed Next.js site referenced in the video can be found here: https://tailwindui-shopify.vercel.app/

About

http://team-talk-remix-shopify.vercel.app/


Languages

Language:TypeScript 94.6%Language:JavaScript 4.9%Language:Shell 0.4%Language:CSS 0.2%