Links

Next.js Commerce

Next.js Commerce is an all-in-one React starter kit for high-performance e-commerce sites.
See the live demo: https://spree.vercel.store/

Installation

  1. 1.
    Clone the git repository:
    git clone https://github.com/vercel/commerce.git
  2. 2.
    Copy the packages/spree/env.template file to site/.env.local in the main directory:
    cp packages/spree/.env.template site/.env.local
  3. 3.
    Adjust the NEXT_PUBLIC_SPREE_CATEGORIES_TAXONOMY_PERMALINK and NEXT_PUBLIC_SPREE_BRANDS_TAXONOMY_PERMALINK environment variables inside .env.local:
    • They rely on taxonomies' permalink values set in Spree.
    • Go to the Spree admin panel and create Categories and Brands taxonomies if they don't exist. Copy their permalinks into .env.local in NextJS Commerce.
  4. 4.
    Finally, run yarn install and yarn run dev.