tiendq / hello-shopify

A working sample Shopify app built with Polaris and Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A working sample Shopify app built with Polaris and Node.JS

License:MIT License


Languages

Language:JavaScript 86.6%Language:HTML 13.4%