hydrogen/packages/dev
Josh Larson 69576610c4
chore: improve Stackblitz publishing flow (#203)
* chore: hoist local flag to root project

* chore: publish to stackblitz branch with new release

* chore: rename gitignore for stackblitz

* chore: use correct path

* chore: include `.stackblitzrc` file to ensure dev server starts
2021-11-10 12:01:53 -06:00
..
.vscode feat: initial commit 2021-11-04 15:22:30 -07:00
src fix: move LocalizationProvider up in the Layout tree 2021-11-10 11:05:37 +09:00
.eslintrc.js feat: initial commit 2021-11-04 15:22:30 -07:00
.stackblitzrc chore: improve Stackblitz publishing flow (#203) 2021-11-10 12:01:53 -06:00
.stylelintrc.js feat: initial commit 2021-11-04 15:22:30 -07:00
_gitignore feat: initial commit 2021-11-04 15:22:30 -07:00
Dockerfile feat: initial commit 2021-11-04 15:22:30 -07:00
index.html feat: initial commit 2021-11-04 15:22:30 -07:00
package.json chore: improve Stackblitz publishing flow (#203) 2021-11-10 12:01:53 -06:00
postcss.config.js feat: initial commit 2021-11-04 15:22:30 -07:00
README.md feat: initial commit 2021-11-04 15:22:30 -07:00
server.js feat: initial commit 2021-11-04 15:22:30 -07:00
shopify.config.js feat: initial commit 2021-11-04 15:22:30 -07:00
tailwind.config.js wip: update product page styles 2021-11-05 10:31:28 -05:00
vite.config.js fix: optimize @headlessui/react 2021-11-08 15:09:18 +09:00
worker.js feat: initial commit 2021-11-04 15:22:30 -07:00

Hydrogen App

Hydrogen is a React framework and SDK that you can use to build fast and dynamic Shopify custom storefronts.

Check out the docs

Getting started

Requirements:

  • Node v14+
  • Yarn
yarn
yarn dev

Remember to update shopify.config.js with your shop's domain and Storefront API token!

Building for production

yarn build

Then, you can run a local server.js using the production build with:

yarn serve