https://github.com/Shopify/shopify-app-examples
https://github.com/Shopify/shopify-app-examples
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Shopify/shopify-app-examples
- Owner: Shopify
- Created: 2022-04-21T19:49:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:57:25.000Z (7 months ago)
- Last Synced: 2025-03-25T04:54:36.751Z (20 days ago)
- Language: JavaScript
- Size: 588 KB
- Stars: 149
- Watchers: 236
- Forks: 91
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Shopify/shopify-app-examples - (JavaScript)
README
# shopify-app-examples
[](LICENSE.md)
The `shopify-app-examples` repo is a monorepo containing example Shopify apps.
These apps provide concrete examples of specific Shopify patterns and features to developers building apps.
### List of example apps
#### [QR Code app](https://github.com/Shopify/shopify-app-examples/tree/main/qr-code/node)
This example app generates QR codes for products that buyers can scan with their phones to more easily view/purchase products from the merchant’s online store. Details steps to build this app are in the [QR Code tutorial](https://shopify.dev/apps/getting-started/add-functionality).