The SvelteKit / Shopify Storefront Starter template is a minimal starter template designed for the new Shopify Storefront API, developed with SvelteKit. It provides the basic elements necessary to get started with building a Shopify storefront.
To get started with the SvelteKit / Shopify Storefront Starter template, follow these steps:
npm init svelte@next my-app
cd my-app
npm install
npm run dev
git clone https://github.com/kenny-io/sveltekit-shopify-ecommerce
Alternatively, you can deploy the project to Netlify by following the instructions on the repository.
The SvelteKit / Shopify Storefront Starter template is a convenient starting point for developers looking to create a Shopify storefront using the Storefront API. With features such as fetching products, displaying detailed product pages, handling variants, and managing the cart, this template provides a solid foundation for building an e-commerce website. The template can be easily installed and run locally or deployed on Netlify for previewing the project.