Getting products from Shopify Storefront APISet 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 ...Mar 30, 2022·3 min read