Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 2.07 KB

Readme.md

File metadata and controls

24 lines (16 loc) · 2.07 KB

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