📚 Docs | 🗣 Discord | 💬 Discussions | 📝 Changelog
Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with Remix.
Hydrogen legacy v1, which is not built on Remix, is available here: https://github.com/Shopify/hydrogen-v1
Get started with Hydrogen with the instructions below ⬇️
Requirements:
- Node.js version 16.14.0 or higher
npm
,yarn
orpnpm
Installation:
# Using `npm`
npm create @shopify/hydrogen@latest
# Using `yarn`
yarn create @shopify/hydrogen@latest
# Using `pnpm`
pnpm create @shopify/hydrogen@latest
Running locally:
- Start a development server
# Using `npm`
npm install
npm run dev
# Using `yarn`
yarn install
yarn dev
# Using `pnpm`
pnpm install
pnpm dev
- Visit the development environment running at http://localhost:3000.
Learn more about getting started with Hydrogen.
👷♀️ Add npm
packages to your project: