Skip to content

MedusaJs based ecommerce template written in sveltekit

Notifications You must be signed in to change notification settings

Hetarth02/medusa-svelsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ba3386 · Oct 21, 2022

History

10 Commits
Oct 21, 2022
Oct 21, 2022
Oct 21, 2022
Oct 20, 2022
Oct 18, 2022
Oct 21, 2022
Oct 20, 2022
Oct 20, 2022
Oct 21, 2022
Oct 18, 2022
Oct 21, 2022
Oct 18, 2022

Repository files navigation

Svelsa - A starter storefront template in Sveltekit

Medusa Hackathon 2022

About

Participants

Name Github Twitter Discord
Hetarth Shah @Hetarth02 @Hetarth02 Hetarth02#3646
Sanjay Boricha @SanjayBoricha - Sanjay#6692

Description

An open source storefront built using MedusaJs and Sveltekit coupled with DaisyUI(TailwindCSS) and with lots of swappable themes. Moreover, you can also create your own themes and integrate it by following this steps. Currently, It includes products listing, products screen, cart, checkout and payment.

Preview

1 2 3 4 5

Project Setup

Prerequisites

Before you start with the tutorial make sure you have

  • Node.js v14 or greater installed on your machine
  • Medusa server v14 or greater installed on your machine

Install Project

Make sure to start the medusa server.

  1. Clone the repository:
git clone https://github.com/Hetarth02/medusa-sveltekit.git
  1. Change directory and install dependencies:
cd medusa-sveltekit
npm i
  1. Start the app
npm run dev

Resources