SvelteKit Commerce
SvelteKit Commerce is an open-source, customizable ecommerce template built with SvelteKit, Tailwind CSS, and Shopify.
Deploy Your Own
This template includes read-only Shopify credentials by default, but you can add the following environment variables to make it your own:
VITE_SHOPIFY_API_ENDPOINT
VITE_SHOPIFY_STOREFRONT_API_TOKEN
Running Locally
pnpm install
: Install dependenciespnpm dev
: Start development serverpnpm build
: Create a production build of the apppnpm preview
: Preview the production build