Hydrogen is a React framework and SDK that you can use to build fast and dynamic Shopify custom storefronts.
Requirements:
- Node.js version 16.5.0 or higher
- Yarn
yarn
yarn dev
Remember to update shopify.config.js
with your shop's domain and Storefront API token!
Link this directory to a Vercel project and set the following configuration in Vercel Dashboard:
- Output directory: set it to
dist/client
. - Build command: set it to
override: true
and leave it empty to skip cloud build.
Build for production with the following command:
yarn build
This generates a Vercel Serverless Function that is consumed in api/index.js
.