This repository is the codebase of tutorial Buiding an Electronic commerce store with Nextjs and Medusa.
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.7.12 and Medusa CLI 1.3.8. It is not guaranteed that it will work with future releases.
- Node.js at least v14
- Git
- Yarn or npm(This tutorial uses Yarn)
- A code editor like VSCode
- An Algolia account
- An Stripe account
- S3 for file upload service
- Clone this repository:
git clone https://github.com/Gunkev/electronic-storefront-medusa.git
- Change directory and install dependencies:
cd electronic-storefront-medusa
yarn
- Start Server:
yarn dev