Start building for customer accounts
Get started building customer account UI extensions by setting up your development environment. You'll use Shopify CLI to generate starter code for building your extension and automating common development tasks.
Anchor to General requirementsGeneral requirements
- You're a user with app development permissions and have created a dev store.
- You're using the latest version of Shopify CLI.
- You're using the latest version of Chrome or Firefox.
- The dev store should be pre-populated with test data, including an order that's associated with the email address you'll use to log in to the customer account experience.
- You're using the latest version of Shopify CLI.
- You're using the latest version of Chrome or Firefox.
Anchor to StepsSteps
-
Run the following command to scaffold an app:
Terminal
shopify app init -
Select
Build an extension-only app. -
Navigate to your app directory:
Terminal
cd <directory> -
Run the following command to create a new extension:
Terminal
shopify app generate extension --name my-extension -
Choose
Customer account UI. -
Start your development server to build your app and preview your extension:
Terminal
shopify app dev
Anchor to Next stepsNext steps
Learn common use cases for customer account UI extensions with the following tutorials:
Was this page helpful?