This template provides a bare minimun starter for the new Shopify Storefront API built with SvelteKit
- Get products - Fetch and products from your Storefront API.
- Product details page - Show a detailed product page for each listed product.
- Variants - Show product variants and allow users to select them.
- Cart - Add items to the cart and see a summary in the cart page.
- Remove items from cart
npm init svelte@next sveltekit-shopify-demo
cd sveltekit-shopify-demo
npm install
npm run dev -- --open
git clone https://github.com/kenny-io/sveltekit-shopify-ecommerce
OR
Just ...
And that's it!
This project is hosted on Netlify and available here for preview https://sveltekit-shopify-ecommerce.netlify.app/