How can I create a theme app extension with my gadget app (which is a sales channel)
Hi, are there any docs that explain how I can make a theme app extension? When I create it using the regular shopify CLI do I need to also deploy using cli to be able to view it?
5 Replies
Hello,
In order to view it in development, all you need to do is run
yarn shopify:dev
(or shopify app dev
). To deploy your code/configurations to Shopify, you need to run yarn shopify:deploy
(to push toml configs to dev, yarn shopify:deploy:development
)Hello!
So I initially ran shopify app generate extension, selected theme extension.
Then I ran shopify app deploy, but in my partners I go to the app and I cant see the extension under the app
I also cant see anything in the theme settings
.
oh wait I just realised, I need to preview it on a dev store like i would normally. Running the deploy put it to production rather than development
I'm going to mark this as closed. If you have any other questions, don't be afraid to ask
Do you like this answer?
Thanks for help!