docs: update storefront development guides to use JS SDK [1] (#11991)

* docs: update storefront development guides to use JS SDK [1]

* build and lint fixes

* fix links

* fix links
This commit is contained in:
Shahed Nasser
2025-03-26 16:20:21 +02:00
committed by GitHub
parent 82d774b395
commit e950e2b2d2
15 changed files with 12381 additions and 12993 deletions
@@ -16,6 +16,12 @@ Learn more about Medusa's architecture in [this documentation](!docs!/learn/intr
You can build your storefront from scratch, or build 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.
## Using the JS SDK
All guides under this documentation section use the JS SDK to interact with the Medusa application's Store API Routes. The JS SDK is a NPM package that facilitates interacting with the backend's REST APIs. You can use it in any JavaScript framework, such as Next.js, React, Vue, or Angular.
To install and set up the JS SDK, refer to the [JS SDK documentation](../js-sdk/page.mdx).
<ChildDocs showItems={["General"]} />
---