Back to plugins & integrations

Remix Storefront icon

Remix Storefront

A full-featured storefront starter built with Remix

Integration type

Core
Core open-source plugins built by the Vendure team

Category

Storefront
README.md

Live demo

remix-storefront.vendure.io

Getting Started

Clone the starter kit

git clone git@github.com:vendure-ecommerce/storefront-remix-starter.git --depth 1

Install the dependencies

yarn install

Create a .env file in the root dir with the following contents:

VENDURE_API_URL=http://localhost:3001/shop-api
# or
# VENDURE_API_URL=https://readonlydemo.vendure.io/shop-api
NODE_ENV=development

Run the storefront with a local Remix server

yarn dev

Complete documentation can be found in the Github repo.