Skip to content

serkanboztepe/shopify-product-update-app

Repository files navigation

Shopify Product Update

Product(Name, Description, Variants) update

image

Shopify App Template - PHP

This is a template for building a Shopify app using PHP and React. It contains the basics for building a Shopify app.

Rather than cloning this repo, you can use your preferred package manager and the Shopify CLI with these steps.

Local Development

The Shopify CLI connects to an app in your Partners dashboard. It provides environment variables, runs commands in parallel, and updates application URLs for easier development.

You can develop locally using your preferred Node.js package manager. Run one of the following commands from the root of your app:

Using yarn:

yarn dev

Using npm:

npm run dev

Using pnpm:

pnpm run dev

Open the URL generated in your console. Once you grant permission to the app, you can start development.

About

Product (Name, Description, Variant) Update App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages