https://github.com/suiramdev/gabi-margot
🚀 An e-commerce site of online secondhand goods
https://github.com/suiramdev/gabi-margot
hydrogen shopify template typescript
Last synced: 6 months ago
JSON representation
🚀 An e-commerce site of online secondhand goods
- Host: GitHub
- URL: https://github.com/suiramdev/gabi-margot
- Owner: suiramdev
- Created: 2022-07-18T15:43:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T15:18:06.000Z (about 3 years ago)
- Last Synced: 2025-06-22T13:02:22.173Z (9 months ago)
- Topics: hydrogen, shopify, template, typescript
- Language: TypeScript
- Homepage: https://gabi-margot.vercel.app
- Size: 2.35 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Example
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)
[Run this template in JavaScript on StackBlitz](https://stackblitz.com/github/Shopify/hydrogen/tree/dist/templates/hello-world-js?file=package.json)
[Run this template in TypeScript on StackBlitz](https://stackblitz.com/github/Shopify/hydrogen/tree/dist/templates/hello-world-ts?file=package.json)
## Getting started
**Requirements:**
- Node.js version 16.14.0 or higher
- Yarn
```bash
npm init @shopify/hydrogen@latest --template hello-world-ts
```
Remember to update `hydrogen.config.ts` with your shop's domain and Storefront API token!
## Building for production
```bash
yarn build
```
## 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`:
```bash
yarn build
yarn preview
```