beppek / hydrogen-not-found-bug

This repo reproduces a bug where `response` is not present in the `NotFound` component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.js version 16.5.0 or higher
  • Yarn
yarn
yarn dev

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

Previewing a production build

To run a local preview of your Hydrogen app in an environment similar to Oxygen, build your Hydrogen app and then run yarn preview:

yarn build
yarn preview

Building for production

yarn build

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

yarn serve

About

This repo reproduces a bug where `response` is not present in the `NotFound` component


Languages

Language:JavaScript 96.4%Language:CSS 2.6%Language:HTML 0.8%Language:Shell 0.1%