Skip to content

circular-way/nextjs-shopify-app

 
 

Repository files navigation

nextjs-shopify-app

License: MIT

Boilerplate to create an embedded Shopify app made with Node, Next.js, Polaris, and App Bridge React.

Based on bluebeel/nextjs-shopify, uses only Next.js as a server, enabling Serverless deployments. Unlike Shopify/shopify-app-node which requires use of a custom server with Koa router.

Deploy with Vercel

Requirements

Usage

  1. Install the latest stable version of Node.js
  2. Install the Shopify App CLI
  3. Install npm packages (run: npm install)
  4. Run shopify connect and select Node.js App
  5. Start your app with shopify serve. The CLI should automatically start serving the app with Ngrok, and whitelist the callback urls in the partners dashboard
  6. Open the ngrok based auth link in your browser to start the oauth process with your shopify development shop

About

Boilerplate to create an embedded Shopify app made with Next.js and Typescript

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 97.4%
  • JavaScript 2.1%
  • Shell 0.5%