drnic / shopify-hotwire-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify Hotwire Sample

The sample app includes:

Since the shopify_app gem is not fully compatible with App Bridge 2 this sample uses fork.

The old App Bridge 1 sample can be found in app-bridge-1 branch.

Quick start

To run this app locally, you can clone this repository and do the following.

  1. Connect to Shopify:
shopify rails connect
  1. Setup Rails app:
bin/setup
  1. Run ngrok on port 3000:
ngrok http 3000
  1. Start the app:
rails s
  1. Install and open this app on a development shop.

About


Languages

Language:Ruby 66.2%Language:HTML 16.7%Language:JavaScript 15.7%Language:CSS 1.4%