https://github.com/remy727/shopify-app-bridge-demo
Shopify App Bridge Demo
https://github.com/remy727/shopify-app-bridge-demo
Last synced: 3 months ago
JSON representation
Shopify App Bridge Demo
- Host: GitHub
- URL: https://github.com/remy727/shopify-app-bridge-demo
- Owner: remy727
- Created: 2023-12-14T08:34:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T08:47:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T16:58:46.199Z (7 months ago)
- Language: HTML
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Setup
1. Install dependencies:
```bash
npm install
```2. Run the app
```bash
npm start
```