Shopify / theme-extension-getting-started

A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores.

Home Page:https://shopify.dev/apps/online-store/theme-app-extensions/getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify Theme App Extensions - Getting Started Example

A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores. It has been built as a learning tool for the start of your journey of building a theme extension, and is not intended as a starting point for projects.

Setup

If this is your first time building a theme extension, take a look at the Getting Started guide.

TL;DR: Install the Shopify CLI, log into your partner account with shopify login, and then create a new theme extension using the --getting-started flag:

shopify extension create --type=THEME_APP_EXTENSION --getting-started

License

This respository is available as open source under the terms of the MIT License.

About

A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores.

https://shopify.dev/apps/online-store/theme-app-extensions/getting-started

License:MIT License


Languages

Language:Liquid 64.6%Language:JavaScript 18.5%Language:CSS 16.9%