Hydrogen is a React framework and SDK that you can use to build fast and dynamic Shopify custom storefronts.
Run this template in JavaScript on StackBlitz
Run this template in TypeScript on StackBlitz
Requirements:
- Node.js version 16.14.0 or higher
- Yarn
To create a new Hydrogen app, run:
npm init @shopify/hydrogen
Then cd
into the new directory and run:
npm install
npm run dev
Remember to update hydrogen.config.js
with your shop's domain and Storefront API token!
npm run build
To run a local preview of your Hydrogen app in an environment similar to Oxygen, build your Hydrogen app and then run npm run preview
:
npm run build
npm run preview