https://github.com/tr1s/tris-domaine-test
https://github.com/tr1s/tris-domaine-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tr1s/tris-domaine-test
- Owner: tr1s
- Created: 2025-03-05T19:51:27.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T19:58:19.000Z (about 2 months ago)
- Last Synced: 2025-03-05T20:53:34.225Z (about 2 months ago)
- Language: JavaScript
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hydrogen template: Skeleton
Hydrogen is Shopify’s stack for headless commerce. Hydrogen is designed to dovetail with [Remix](https://remix.run/), Shopify’s full stack web framework. This template contains a **minimal setup** of components, queries and tooling to get started with Hydrogen.
[Check out Hydrogen docs](https://shopify.dev/custom-storefronts/hydrogen)
[Get familiar with Remix](https://remix.run/docs/en/v1)## What's included
- Remix
- Hydrogen
- Oxygen
- Vite
- Shopify CLI
- ESLint
- Prettier
- GraphQL generator
- TypeScript and JavaScript flavors
- Minimal setup of components and routes## Getting started
**Requirements:**
- Node.js version 18.0.0 or higher
```bash
npm create @shopify/hydrogen@latest
```## Building for production
```bash
npm run build
```## Local development
```bash
npm run dev
```## Setup for using Customer Account API (`/account` section)
Follow step 1 and 2 of