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:
@@ -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"]} />
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user