DEV Community

Rajasekar Thangavel
Rajasekar Thangavel

Posted 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

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

Theme commands

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

Top comments (0)