For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
My checkout extension is working the way I wish. Now, I need to deploy it to my IIS server, which has Node.js.
How do I do that? Node.js apps are totally new to me.
And this can be a paid consultation.
Thank you,
Chris
Solved! Go to the solution
This is an accepted solution.
Well, easier than I thought. Since this is a extension-only app, simply running "npm run deploy" takes care of it. Shopify hosts these types of apps so I don't need to deploy it to my server.
This is an accepted solution.
Well, easier than I thought. Since this is a extension-only app, simply running "npm run deploy" takes care of it. Shopify hosts these types of apps so I don't need to deploy it to my server.