/nextjs-shopify

This repository contains the app without webhook for the Build a Shopify app with Node and React tutorial.

Primary LanguageJavaScriptMIT LicenseMIT

shopify-nextjs

License: MIT

This repository contains the app without webhook for the Build a Shopify app with Node and React tutorial.

Deploy with Vercel

Using demo app

If you plan to use this completed app, then make sure that you first complete these setup instructions:

  1. Install the latest stable version of Node.js.
  2. Install npm packages (run: npm install).
  3. Expose your dev environment.
  4. Get a Shopify API key and Shopify API secret key.
  5. Add the Shopify API key and Shopify API secret key.
  6. Add HOST='http://{your_forwarding_id}.ngrok.io'
  7. Start your app (run: npm run dev).
  8. Authenticate and test your app.
  9. Set up your app navigation.
  10. Add your ngrok url as Host.