This is the early access documentation preview for Custom Views. This documentation might not be in sync with our official documentation.

Create MC App

The easiest way to get started with Custom Views is by using create-mc-app. This CLI tool enables you to quickly start building a new Custom View, with a normal setup configured for you.

To get started, use the following command:

Create new Custom View from the starter templateTerminal
npx @commercetools-frontend/create-mc-app@latest \
my-new-custom-view-project \
--application-type custom-view \
--template starter

You will be prompted to enter some information for the initial setup. The CLI then will download the template code and install the dependencies.

To learn more about developing Custom View explore the Getting Started guide.