SvelteKit ecommerce store on the edge

- :wrench: Written in Typescript & svelte.
- :white_check_mark: Server-side rendering for SEO.
- :star: Careful progressive enhancement means javascript is optional.
- :zap: 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.