Skip to content

Demo project for a storefront made using Next.js and medusa.

Notifications You must be signed in to change notification settings

sushantgwr87/medusa-storefront

Repository files navigation

Medusa Web-Storefront using Next.js

Medusa Hackathon 2022

About

Participants

Sushant Gangwar - @sushantgwr

Description

Logo

An open source demo ecommerce website made using next.js and medusa demo server. It also has cart system. It was created using context api with help of strater template provided by medusa and other tutorials.

Special Mentions:

Preview

Demo

Set up Project

Prerequisites

Before you start with the tutorial make sure you have

  • Medusa CLI npm install -g @medusajs/medusa-cli
  • Node.js v14 or greater installed on your machine
  • Medusa server v14 or greater installed on your machine

Install Project

  1. Clone the repository:
git clone https://github.com/sushantgwr87/medusa-storefront
  1. Change directory and install dependencies:
cd medusa-storefront
medusa new medusa-server --seed
cd medusa-server
medusa develop
cd ..
cd medusa-storefront
npm i
npm run dev

Resources

About

Demo project for a storefront made using Next.js and medusa.

Topics

Resources

Stars

Watchers

Forks