Building a Shopify App – How to Load Different Pages?
I am using the Shopify CLI NodeJS tutorial to get started. https://shopify.github.io/shopify-app-cli/app/rails/commands/#generate I've been easily adding Polaris Components but I'm having trouble figuring out how to get my app to go from loading index.js to loading another page. I am…