Hydrogen
Hydrogen is a React framework and SDK that you can use to build fast and dynamic Shopify custom storefronts.
Getting started
Requirements:
- Node.js version 16.14.0 or higher
- Yarn
yarn
yarn dev
Building for production
yarn build
Then, you can run a local server.js
using the production build with:
yarn serve