https://github.com/staylor/scott-hydrogen
https://github.com/staylor/scott-hydrogen
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staylor/scott-hydrogen
- Owner: staylor
- Created: 2021-11-10T20:05:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T20:42:17.000Z (over 4 years ago)
- Last Synced: 2025-01-28T21:18:23.103Z (over 1 year ago)
- Language: JavaScript
- Homepage: scott-hydrogen.vercel.app
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://shopify.dev/custom-storefronts/hydrogen)
## Getting started
**Requirements:**
- Node v14+
- Yarn
```bash
yarn
yarn dev
```
Remember to update `shopify.config.js` with your shop's domain and Storefront API token!
## Building for production
```bash
yarn build
```
Then, you can run a local `server.js` using the production build with:
```bash
yarn serve
```