Skip to content

A sample app for Shopify's JWT integration with Hotwire Turbo

Notifications You must be signed in to change notification settings

forsbergplustwo/shopify-hotwire-sample

 
 

Repository files navigation

Shopify Hotwire Sample

The sample app includes:

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

Shopify Hotwire Sample

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:
bin/dev
  1. Install and open this app on a development shop.

About

A sample app for Shopify's JWT integration with Hotwire Turbo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.4%
  • HTML 19.2%
  • JavaScript 10.1%
  • Other 0.3%