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 minimal setup of components, queries and tooling to get started with Hydrogen.
- Remix 2
- Hydrogen
- Shopify CLI
- ESLint
- Prettier
- GraphQL generator
- TypeScript and JavaScript flavors
- Minimal setup of components and routes
Requirements:
- Node.js version 18.0.0 or higher
- Netlify CLI 17.0.0 or higher
npm install -g netlify-cli@latest
To create a new project, either click the "Deploy to Netlify" button above, or run the following command:
npx create-remix@latest --template=netlify/hydrogen-template
npm run dev
npm run build