Hello,
I am trying to build a standalone frontend app that connects to Shopify (similar to the flows in Klaviyo or Omnisend marketing tools.) I want to authenticate from the merchant, pull customer data, and take action with that data on my frontend.
I’ve created my app in the partner dashboard, created a test store, and exposed my local server to ngrok, and updated my URLs in the store, and updated my .env.
Do I need to use Koa as my default server across my entire app? This is only a small portion of the app I’m trying to build, so I don’t want to use Koa as my only server. I’ve also played with some of the next.js libraries on Github for Shopify, but they don’t feel robust enough for what I’m trying to do (I want to work in Typescript).
Thanks!
Anna