Webshop starter Medusajs + turborepo
This is an official starter for Medusa using Turborepo. The storefront is translated to Dutch, because I'm from the Netherlands. Feel free to translate it to your own language.
Required backend services
- Railway - for hosting the Medusa server, Postgres and Redis.
- Digital Ocean - for storing images in a bucket.
- Sendgrid - for sending emails.
- Stripe - for payments.
Required frontend services
Optional services
- Algolia - for search.
- Meilisearch - for search.
- Sentry - for error tracking.
- Google Analytics - for analytics.
Optional CMS
- Sanity - for managing content (with build in studio).
- Prismic - for managing content.
- Contentful - for managing content.
How to run locally
- Clone the repository
- Install dependencies in the root folder (because of the monorepo)
yarn install
- Start the local development server
yarn dev
Project details 0 0
View on GitHub