Go to file
Josh Larson 8b29261810 v0.6.1
2021-11-08 07:45:05 -06:00
.github chore: update PR template to direct docs updates here 2021-11-05 15:01:05 -05:00
docs feat: initial commit 2021-11-04 15:22:30 -07:00
packages v0.6.1 2021-11-08 07:45:05 -06:00
scripts feat: update framework links 2021-11-06 23:10:43 -07:00
.alexignore feat: initial commit 2021-11-04 15:22:30 -07:00
.alexrc.js feat: initial commit 2021-11-04 15:22:30 -07:00
.eslintrc.js feat: initial commit 2021-11-04 15:22:30 -07:00
.gitignore feat: initial commit 2021-11-04 15:22:30 -07:00
.graphqlrc.yml feat: initial commit 2021-11-04 15:22:30 -07:00
.nvmrc feat: initial commit 2021-11-04 15:22:30 -07:00
.prettierrc.js feat: initial commit 2021-11-04 15:22:30 -07:00
dev.yml feat: initial commit 2021-11-04 15:22:30 -07:00
jest-e2e.config.ts feat: initial commit 2021-11-04 15:22:30 -07:00
jest-setup.ts feat: initial commit 2021-11-04 15:22:30 -07:00
jest.config.ts feat: initial commit 2021-11-04 15:22:30 -07:00
lerna.json v0.6.1 2021-11-08 07:45:05 -06:00
LICENSE.md feat: initial commit 2021-11-04 15:22:30 -07:00
package.json fix: add back new line which lerna needs I guess 2021-11-05 17:42:12 -05:00
README.md feat: new main branch 2021-11-04 15:04:23 -07:00
shipit.yml fix: add back new line which lerna needs I guess 2021-11-05 17:42:12 -05:00
tsconfig.json feat: initial commit 2021-11-04 15:22:30 -07:00
yarn.lock fix: make sure all errors present a nice error to the user in dev mode 2021-11-05 15:24:45 -04:00

Hydrogen logo

📚 Docs | 🗣 Discord | 💬 Discussions | 📝 Changelog

Hydrogen is a React-based framework for building dynamic, Shopify-powered custom storefronts.

Spin up a Hydrogen app in your browser with our playground or set up your local environment with the instructions below ⬇️

Getting Started

Requirements:

  • yarn or npm
  • Node.js version 14.0 or higher

Installation:

# Using `yarn`
yarn create hydrogen-app

# Using `npm`
npm init hydrogen-app@latest

# Using `npx`
npx create-hydrogen-app

Running locally:

  1. Start a development server
# Using `yarn`
yarn install
yarn dev

# Using `npm`
npm i --legacy-peer-deps
npm run dev
  1. Visit the development environment running at http://localhost:3000.

Learn more about getting started with Hydrogen.

Contributing to Hydrogen

Read our contributing guide

🎁 Give us the gift of feedback.

📍 Check out Hydrogen examples on Github.

🤩 Learn more about Hydrogen.

👷‍♀️ Add npm packages to your project: