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
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
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.