DEV Community

Said MOUNAIM
Said MOUNAIM

Posted on

A Next.js app that fetches Shopify products with sorting and search functionality

Shopify Next

A Next.js app that fetches Shopify products, with sorting and search functionality via URL parameters.

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/shopify-next.git
Install dependencies:

npm install
Enter fullscreen mode Exit fullscreen mode

Create a .env file:

SHOPIFY_STORE_URL="https://***.myshopify.com"
SHOPIFY_STOREFRONT_ACCESS_TOKEN=""
Enter fullscreen mode Exit fullscreen mode

Built With

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.