shopify-standalone-app-nextjs

Standalone (non-embedded) shopify app, with authenticated GraphQL requests in the nextjs client.

MIT License

Stars
3

Shopify Standalone App NextJS

This is a simple example of a standalone app (non-embedded) built from the shopify app node boilerplate.

Requirements

Setup

Create a .env file (there is a .env.example to help)

Head to your Partner Dashboard -> The app you created -> App Setup breadcrumb menu -> Scroll down to Embedded App -> Manage -> Click Disable next to the Embed your app in Shopify admin section.

Use shopify app serve as with the shopify app node tutorial to serve your app. You can now visit your app url with ?shop=<shopname>.myshopify.com to access your app, authenticate with shopify all without being embedded in the shopify admin.