This repository contain functional eCommerce that integrate with shopify using Next.js + Tailwind + Graphql. Here we are using Shopify Storefront API to interact with the data. See Live Demo Here.
- Next.js
- Typescript
- GraphQL
- Cypress
- Jest
- Get product review from judge.me
- Add discount input before checkout
- Pagination on page products
-
Clone the project $ git clone https://github.com/JungRama/shopify-storefront-nextjs.git
-
Get your shopify storefront access token and domain in the admin panel of shopify
-
Setup environtment variable
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESSTOKEN=
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=
-
running the project $ npm run dev
-
Open the project Open http://localhost:3000 with your browser to see the result.