Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
/ nextjs-demo-store Public archive

🛍 Moltin powered Next.js storefront

License

Notifications You must be signed in to change notification settings

moltin/nextjs-demo-store

Repository files navigation

Next.js demo store

🛍 Next.js demo store built with moltin

Next.js webshop built using Stripe checkout and moltin.

Check out the demo here.

🛠 Setup

Both a moltin and Stripe account are needed for this store to run successfully.

Create a .env file at the project root with your moltin client_id and Stripe test publishable key.

MOLTIN_CLIENT_ID=
STRIPE_PUBLISHABLE_KEY=

npm install

npm run dev