pevey / sveltekit-medusa-starter

Starter project to help you create your Medusa-powered ecommerce application
MIT License
118 stars 12 forks source link

SvelteKit eCommerce Store Starter App for MedusaJS

Preview

If you are not familiar with Medusa, you can learn more on the project web site.

Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.

Creating a project

# create a new project in the current directory
git clone git@github.com:pevey/sveltekit-medusa-starter.git ./

# create a new project in my-app
git clone git@github.com:pevey/sveltekit-medusa-starter.git my-app

Installing packages

cd my-app
yarn install

Configuring a project

mv .env.example .env

Running the app

yarn dev