Boilerplate to create an embedded Shopify app made with Node, Next.js, Shopify-koa-auth, Polaris, and App Bridge React.
Using the Shopify CLI run:
~/ $ shopify app create node -n APP_NAME
Or, fork and clone repo
- If you don’t have one, create a Shopify partner account.
- If you don’t have one, create a Development store where you can install and test your app.
- In the Partner dashboard, create a new app. You’ll need this app’s API credentials during the setup process.
This repository is used by Shopify CLI as a scaffold for Node apps. You can clone or fork it yourself, but it’s faster and easier to use Shopify App CLI, which handles additional routine development tasks for you.
We will be moving to Express to keep Shopify's framework usage consistent. Our sample app currently uses both Koa and Next.js which makes the server-side unnecessarily complex to use and maintain.
Try it out with this command, understanding that things may not be totally stable yet: npx degit shopify/shopify-app-node#sample_app_updates
.
This repository is available as open source under the terms of the MIT License.