Demo steps to build a Shopify public app, for more detail and documentation visit Developer resources.
- Install and authorize Shopify Embedded app
- Build user interface with Shopify Polaris
- Handle webhooks
-
Register a developer account
-
Create a development store
-
Create a public app
-
Install ngrok, Shopify will send requests to the app in your local machine then
ngrok
will help here. -
Run
yarn start
to start app - Express server.yarn proxy
to startngrok
- Update your Shopify app (in Apps admin area) with
ngrok
HTTPS url.
Tien Do ([email protected])