Sushant Gangwar - @sushantgwr
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:
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
- Clone the repository:
git clone https://github.com/sushantgwr87/medusa-storefront
- 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