Files
medusa-store/www/apps/resources/app/storefront-development/page.mdx
Shahed Nasser 5deb8eaf50 docs: support multiple sidebars in a project (#11768)
* changed to new sidebar across projects except resources

* finalize multi sidebar support

* clean up

* remove redundant property

* small changes

* fixes

* generate

* fix error

* fix initial open
2025-03-07 15:47:38 +02:00

24 lines
932 B
Plaintext

import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Storefront Development Guides`,
}
# {metadata.title}
The Medusa application is made up of a Node.js service and an admin dashboard. The storefront is installed, built, and hosted separately from the Medusa application, providing you with the flexibility to choose the frontend tech stack that you and your team are proficient in, and implement unique design systems and user experience.
<Note>
Learn more about Medusa's architecture in [this documentation](!docs!/learn/introduction/architecture).
</Note>
You can build your storefront from scratch, or built it on top of the [Next.js Starter storefront](../nextjs-starter/page.mdx). This section of the documentation provides guides to help you build a storefront from scratch for your Medusa application.
<ChildDocs showItems={["General"]} />
---
<ChildDocs hideItems={["General", "Overview"]} />