Skip to main content
← Back to plugins
Next.js Storefront

Next.js Storefront

A full-featured storefront built with Next.js

CategoryStorefront

Live demo

shop.aexol.com

Getting Started

Clone the starter kit

git clone https://github.com/aexol-studio/vendure-nextjs-storefront.git --depth 1

Install the dependencies

npm i

Run the storefront with a local Next.js server

npm run dev

Complete documentation can be found in the Github repo.