Files
medusa-store/www/apps/book/app/storefront-development/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

14 lines
625 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const metadata = {
title: `${pageNumber} Storefront Development`,
}
# {metadata.title}
In the next chapters, youll learn about building a storefront for your Medusa backend.
## Storefronts in Medusas Architecture
Storefronts are built separately from the Medusa application. They interact with the Medusa application through the Store API Routes.
You have full freedom in how you choose to build your storefront. You can start with our Next.js starter storefront or build a storefront from scratch using your preferred framework or tech stack. Both of these approaches are explained in the next chapters.