DEV Community

Rajasekar Thangavel
Rajasekar Thangavel

Posted on • Edited on

Shopify Installation

CLI Installation

npm install -g @shopify/cli@latest 
Enter fullscreen mode Exit fullscreen mode

Connect with github
https://shopify.dev/docs/api/github-app

Pull the theme in local

shopify theme pull --store {store-name}
Enter fullscreen mode Exit fullscreen mode

https://shopify.dev/docs/storefronts/themes/getting-started/customize

Customize theme

shopify theme dev
Enter fullscreen mode Exit fullscreen mode

Local theme sync

shopify theme dev --theme-editor-sync
Enter fullscreen mode Exit fullscreen mode

Push development theme to live

shopify theme push -a
Enter fullscreen mode Exit fullscreen mode

Change the live theme from local development

shopify theme dev --theme <<ID>>
Enter fullscreen mode Exit fullscreen mode

https://shopify.dev/docs/storefronts/themes/getting-started/customize

Theme commands

https://shopify.dev/docs/api/shopify-cli/theme

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay