Hydrogen
React-based framework for building dynamic, Shopify-powered custom storefro...
README
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:
- ``` sh
- # 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
- ``` sh
- # Using `yarn`
- yarn install
- yarn dev
- # Using `npm`
- npm i
- npm run dev
- ```
2. Visit the development environment running at http://localhost:3000.
Learn more about getting started with Hydrogen.
Contributing to Hydrogen
Other handy links
Awesome Hydrogen - A curated list of awesome Hydrogen things.
👷♀️ Add npm packages to your project:
- [@shopify/hydrogen](https://www.npmjs.com/package/@shopify/hydrogen)
- [@shopify/create-hydrogen](https://www.npmjs.com/package/@shopify/create-hydrogen)
- [@shopify/cli-hydrogen](https://www.npmjs.com/package/@shopify/cli-hydrogen)
- [eslint-plugin-hydrogen](https://www.npmjs.com/package/eslint-plugin-hydrogen)