Skip to content

Shopify/hydrogen-v1

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a97dd5 Β· May 25, 2022
May 25, 2022
May 19, 2022
May 25, 2022
May 24, 2022
May 25, 2022
May 19, 2022
May 25, 2022
Apr 21, 2022
May 17, 2022
May 25, 2022
Nov 16, 2021
May 3, 2022
Dec 20, 2021
Jan 21, 2022
Apr 27, 2022
Nov 4, 2021
Nov 4, 2021
May 18, 2022
Feb 4, 2022
May 16, 2022
May 16, 2022
May 19, 2022
Mar 22, 2022
Apr 26, 2022
May 2, 2022
Nov 4, 2021
May 6, 2022
May 25, 2022

Repository files navigation

Hydrogen Logo

Version License Downloads

πŸ“š 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.

Getting Started

Requirements:

  • yarn or npm
  • Node.js version 16.5.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
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

Other handy links

🀩 Learn more about Hydrogen.

πŸ‘·β€β™€οΈ Add npm packages to your project: