shopify-local-dev-loop

Featured

Configure Shopify local development with Shopify CLI, hot reload, and ngrok tunneling. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with Shopify. Trigger with phrases like "shopify dev setup", "shopify local development", "shopify dev environment", "develop with shopify", "shopify CLI dev".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Shopify Local Dev Loop ## Overview Set up a fast, reproducible local development workflow using Shopify CLI, ngrok tunneling for webhooks, and Vitest for testing against the Shopify API. ## Prerequisites - Completed `shopify-install-auth` setup - Node.js 18+ with npm/pnpm - Shopify CLI 3.x (`npm install -g @shopify/cli`) - A Shopify Partner account and development store ## Instructions ### Step 1: Scaffold with Shopify CLI ```bash # Create a new Remix-based Shopify app (recommended) shopify app init # Or scaffold manually mkdir my-shopify-app && cd my-shopify-app npm init -y npm install @shopify/shopify-api @shopify/shopify-app-remix \ @shopify/app-bridge-react @remix-run/node @remix-run/react ``` ### Step 2: Project Structure ``` my-shopify-app/ ├── app/ │ ├── routes/ │ │ ├── app._index.tsx # Main app page │ │ ├── app.products.tsx # Products management │ │ ├── auth.$.tsx # OAuth callback │ │ └── webhooks.tsx # Webhook handler │ ├── shopify.server.ts # Shopify API client setup │ └── root.tsx ├── extensions/ # Theme app extensions ├── shopify.app.toml # App configuration ├── .env # Local secrets (git-ignored) ├── .env.example # Template for team └── package.json ``` ### Step 3: Configure shopify.app.toml ```toml # shopify.app.toml — central app configuration name = "My App" client_id = "your_api_key_here" [access_scopes] scopes = "read_produ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

klaviyo-local-dev-loop

Configure Klaviyo local development with hot reload, mocking, and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with the Klaviyo API. Trigger with phrases like "klaviyo dev setup", "klaviyo local development", "klaviyo dev environment", "develop with klaviyo", "klaviyo testing".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-local-dev-loop

Configure a Webflow local development workflow with TypeScript, hot reload, mocked API tests, and webhook tunneling via ngrok. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with the Webflow Data API. Trigger with phrases like "webflow dev setup", "webflow local development", "webflow dev environment", "develop with webflow".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-local-dev-loop

Configure Miro local development with hot reload, testing, and ngrok tunneling. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with the Miro REST API v2. Trigger with phrases like "miro dev setup", "miro local development", "miro dev environment", "develop with miro", "miro testing".

2,266 Updated today
jeremylongshore
AI & Automation Featured

groq-local-dev-loop

Configure Groq local development with hot reload, mocking, and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with Groq. Trigger with phrases like "groq dev setup", "groq local development", "groq dev environment", "develop with groq".

2,266 Updated today
jeremylongshore
AI & Automation Featured

shopify-install-auth

Install and configure Shopify app authentication with OAuth, session tokens, and the @shopify/shopify-api SDK. Use when setting up a new Shopify app, configuring API credentials, or initializing authentication for Admin or Storefront API access. Trigger with phrases like "install shopify", "setup shopify", "shopify auth", "shopify OAuth", "configure shopify API".

2,266 Updated today
jeremylongshore