This example shows how the Shopify Storefront API can be used to create fast front-ends using a Next.JS & TailwindCSS tech stack.
It uses the new Just-in-Time Mode
for Tailwind CSS.
Preview the example live on https://next-js-shopify-philipbeauford.vercel.app/
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app