Getting products from Shopify Storefront API
Set up a Next.js project
First of all let’s set up a next JS project. We can get started with the following command. I have used Typescript for my project but you can use JavaScript if you want.
yarn create next-app --typescript
Also install Mantine ...
shadmanshakib.hashnode.dev3 min read