TypeScript SDK demo application
Create an example web store with the TypeScript SDK.
The TypeScript SDK GitHub repository includes an application that demonstrates how to create an example web store with the TypeScript SDK.
The demo application contains functionality for displaying Products, adding Products to a Cart, logging in a Customer, and migrating a guest Cart to a Customer Cart.
When running, all interactions to the commercetools Composable Commerce API are output in the terminal (server functions) and browser developer console (browser functions).
The demo application is available when you clone the TypeScript SDK from GitHub. You can find further instructions to set up the demo application here.