Starter project to help you create your Medusa-powered ecommerce application
Example showing how to implement file uploads to AWS S3 buckets using presigned urls. This example uses Prisma to store records of file uploads, TailwindCSS for styling, and filedrop-svelte npm library for the filedrop component..
Starter project to help you create your Vendure-powered ecommerce application. This version of the starter has the client (browser) make requests to your Vendure backend server. For a SvelteKit starter that makes request to the Vendure backend through the SvelteKit app, see https://github.com/pe...
Starter project to help you create your Vendure-powered ecommerce application. This version makes requests to your Vendure backend through the SvelteKit app. For a SvelteKit starter that makes request to the Vendure backend from the client browser, see https://github.com/pevey/sveltekit-vendure...