Skip to content

finlayacourt/sveltekit-ecommerce

Repository files navigation

SvelteKit ecommerce store on the edge

Screenshot

  • 🔧 Written in Typescript & svelte.
  • ✅ Server-side rendering for SEO.
  • ⭐ Careful progressive enhancement means javascript is optional.
  • ⚡ Semantic HTML, responsive CSS, idiomatic code & minimal depenencies.

Features

  • Backend and frontend written using SvelteKit
  • Products, stock, carts and checkouts stored on Shopify’s Storefront API.
  • The backend interacts with Shopify using a handmade, type-safe GraphQL client.
  • Responsive images using carefully chosen media conditions and automatically generated srcset tag.