Files
medusa-store/www/apps/book/app/storefront-development/page.mdx
2024-06-09 15:19:09 +02:00

20 lines
752 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're free to choose how 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.
<Note title="Tip">
To learn how to build a storefront from scratch, check out the [Storefront Development guides](!resources!/storefront-development) in the Learning Resources documentation.
</Note>