hydrogen/packages/dev
2021-11-11 17:33:32 +09:00
..
.vscode feat: initial commit 2021-11-04 15:22:30 -07:00
public refactor: move favicon to public directory 2021-11-10 16:10:09 +09:00
src refactor: move favicon to public directory 2021-11-10 16:10:09 +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 refactor: move favicon to public directory 2021-11-10 16:10:09 +09:00
package.json v0.6.4 2021-11-11 17:33:32 +09: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