Hydrogen is Shopify’s stack for headless commerce. Hydrogen is designed to dovetail with Remix, Shopify’s full stack web framework. This template contains a full-featured setup of components, queries and tooling to get started with Hydrogen.
Check out Hydrogen docs Get familiar with Remix
https://github.com/Shopify/hydrogen-demo-store
Requirements:
$ bun i
Remember to update .env
with your shop's domain and Storefront API token!
$ bun run build
$ bun run dev
https://<your-ngrok-domain>.app
).ngrok http --domain=<your-ngrok-domain>.app 3000
Hydrogen
or Headless
app/channel => Customer
Account API => Application setupCallback URI(s)
to include
https://<your-ngrok-domain>.app/account/authorize
Javascript origin(s)
to include your public domain
https://<your-ngrok-domain>.app
or keep it blankLogout URI
to include your public domain
https://<your-ngrok-domain>.app
or keep it blank