Skip to content

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

License

Notifications You must be signed in to change notification settings

ninjabit/hydrogen

This branch is 258 commits behind Shopify/hydrogen-v1:v1.x-2022-07.

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2022
Aug 9, 2022
Aug 11, 2022
Aug 12, 2022
Aug 15, 2022
Jun 24, 2022
Aug 11, 2022
Jun 22, 2022
May 17, 2022
Jun 21, 2022
Nov 16, 2021
May 3, 2022
Dec 20, 2021
Jun 8, 2022
Apr 27, 2022
Nov 4, 2021
Nov 4, 2021
Aug 9, 2022
Jul 25, 2022
May 16, 2022
Jul 25, 2022
Aug 10, 2022
Nov 4, 2021
May 6, 2022
Aug 10, 2022

Repository files navigation

Hydrogen Logo

Version License Downloads

πŸ“š Docs | πŸ—£ Discord | πŸ’¬ Discussions | πŸ“ Changelog | 😎 Awesome Hydrogen

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 16.14.0 or higher

Installation:

# Using `yarn`
yarn create @shopify/hydrogen

# Using `npm`
npm init @shopify/hydrogen

# Using `npx`
npx @shopify/create-hydrogen

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.

Awesome Hydrogen - A curated list of awesome Hydrogen things.

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • JavaScript 3.8%
  • Other 0.5%