Quick starts
Version: 0.4
During app planning, you chose your app architecture and authorization. Depending on your choices, you can get started with the Marketplace SDK in the following ways:
-
Manual - initialize the SDK step by step, in an empty React or Next.js project, to build a client-sideclient-side app with built-in authorizationbuilt-in authorization.
-
CLI - use a single command to scaffold a Marketplace app using Next.js App Router. The commands cover both the client-sideclient-side and full-stackfull-stack architectural styles, and both the built-in authorizationbuilt-in authorization and custom authorizationcustom authorization options.