Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 961 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 961 Bytes

Philips Shopify + Next.js + Tailwind CSS Example

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

Preview the example live on https://next-js-shopify-philipbeauford.vercel.app/

Deploy your own

Deploy the example using Vercel:

How to use

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