Go to file
Matt Seccafien 1ae093804d
Update tests/changelogs.test.ts
Co-authored-by: Josh Larson <josh.larson@shopify.com>
2021-11-08 19:32:38 +01: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 fix: changelog 2021-11-08 10:56:51 -05:00
scripts feat: update framework links 2021-11-06 23:10:43 -07:00
tests Update tests/changelogs.test.ts 2021-11-08 19:32:38 +01: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 feat: Lint changelogs for "Keep a changelog" semantics 2021-11-08 18:09:34 +01:00
README.md chore: remove deprecated package 2021-11-08 08:07:38 -06: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 ⬇️

This is a developer preview of Hydrogen. The documentation will be updated as Shopify introduces new features and refines existing functionality. Production launches of Hydrogen custom storefronts aren't yet supported as Shopify is evolving the Hydrogen framework.

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: