14 lines
611 B
Plaintext
14 lines
611 B
Plaintext
export const metadata = {
|
||
title: `${pageNumber} Storefront Development`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In the next chapters, you’ll learn about building a storefront for your Medusa backend.
|
||
|
||
## Storefronts in Medusa’s 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. Both of these approaches are explained in the next chapters.
|