This repository is the codebase of tutorial Creating a Svelte Ecommerce Store with Medusa..
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.7.6. It is not guaranteed that it will work with future releases.
- Clone this repository:
git clone https://github.com/femakin/Best-Store.git
- Change directory and install dependencies:
cd svelte-eCommerce
npm install
- Start Server:
npm run dev