hydrogen/packages/hydrogen
2021-11-11 17:33:32 +09:00
..
src v0.6.4 2021-11-11 17:33:32 +09:00
CHANGELOG.md v0.6.4 2021-11-11 17:33:32 +09:00
client.d.ts feat: initial commit 2021-11-04 15:22:30 -07:00
client.js feat: initial commit 2021-11-04 15:22:30 -07:00
codegen-hydrogen-plugin.js feat: initial commit 2021-11-04 15:22:30 -07:00
codegen.yml feat: initial commit 2021-11-04 15:22:30 -07:00
entry-client.d.ts feat: initial commit 2021-11-04 15:22:30 -07:00
entry-client.js feat: initial commit 2021-11-04 15:22:30 -07:00
entry-server.d.ts feat: initial commit 2021-11-04 15:22:30 -07:00
entry-server.js feat: initial commit 2021-11-04 15:22:30 -07:00
graphql.schema.json feat: initial commit 2021-11-04 15:22:30 -07:00
marker.js fix: add a runtime check to wrap only React components in ClientMarker 2021-11-05 11:33:35 +09:00
middleware.d.ts feat: initial commit 2021-11-04 15:22:30 -07:00
middleware.js feat: initial commit 2021-11-04 15:22:30 -07:00
package.json v0.6.4 2021-11-11 17:33:32 +09:00
plugin.d.ts feat: initial commit 2021-11-04 15:22:30 -07:00
plugin.js feat: initial commit 2021-11-04 15:22:30 -07: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
tailwind.config.js feat: initial commit 2021-11-04 15:22:30 -07:00
tsconfig.build.json feat: initial commit 2021-11-04 15:22:30 -07:00
tsconfig.cjs.json feat: initial commit 2021-11-04 15:22:30 -07:00
tsconfig.json feat: initial commit 2021-11-04 15:22:30 -07:00
tsconfig.worker.json feat: initial commit 2021-11-04 15:22:30 -07:00
worker.js feat: initial commit 2021-11-04 15:22:30 -07:00

Hydrogen

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

Building for production

yarn build

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

yarn serve