Next Shopify Shopping Cart Shopping cart built with React, Next js, Tailwind, and Shopify Store Front Graphql API. Installation git clone https://github.com/jrussumbrella/next-shopify-shopping-cart cd next-shopify-shopping-cart npm install npm run dev Add .env.local file to root directory and add this with your own credentials NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN= NEXT_PUBLIC_SHOPIFY_STOREFRONT_API_DOMAIN= Generate Graphql Codegen npm run generate