mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Next.js Commerce
Next.js 13 and App Router-ready ecommerce template, built with Shopify and Tailwind CSS.
We will be shortly updating the demo at demo.vercel.store with this new version.
Looking for Next.js Commerce v1? View the release notes.
Features
- Next.js App Router
- Optimized for SEO
- Styling with Tailwind CSS
- Checkout/Cart with Shopify
- Themeing with System (Light/Dark Mode) Support
Running Locally
- Install Vercel CLI:
npm i -g vercel
- Link local instance with Vercel and Github accounts (creates .vercel file):
vercel link
- Download your environment variables:
vercel env pull .env.local
pnpm install
pnpm dev
Your app should now be running on localhost:3000.
Languages
TypeScript
99.2%
CSS
0.7%
JavaScript
0.1%