Skip to main content

Quickstart

Goal: run a theme locally without running the Shoppex backend locally.
Recommended setup for external theme devs: run the theme on localhost, fetch real data from https://api.shoppex.io.

Step-By-Step

1

Pick a reference theme

In this repo you can start with:
  • themes/default
  • themes/classic
2

Start the dev server

Choose one option below (Public API vs mocks vs local backend).
3

Verify it loads

You should see store info and products. If you use mocks, you should see mock data.

Options

Next Steps