Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 974 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 974 Bytes

Hello Shopify

Greenkeeper badge

Build Status

Demo steps to build a Shopify public app, for more detail and documentation visit Developer resources.

Features

  • Install and authorize Shopify Embedded app
  • Build user interface with Shopify Polaris
  • Handle webhooks

Setup

  1. Register a developer account

  2. Create a development store

  3. Create a public app

  4. Install ngrok, Shopify will send requests to the app in your local machine then ngrok will help here.

  5. Run

  • yarn start to start app - Express server.
  • yarn proxy to start ngrok
  • Update your Shopify app (in Apps admin area) with ngrok HTTPS url.

Tien Do (tiendq@gmail.com)