luisfarfan / nextjs-demo-store

πŸ› Moltin powered Next.js storefront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ› Moltin powered Next.js storefront

License:MIT License


Languages

Language:JavaScript 93.5%Language:CSS 6.5%