Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thandaanda/hydrogen-storefront
hydrogen-storefront
https://github.com/thandaanda/hydrogen-storefront
Last synced: 16 days ago
JSON representation
hydrogen-storefront
- Host: GitHub
- URL: https://github.com/thandaanda/hydrogen-storefront
- Owner: thandaanda
- Created: 2023-03-23T06:40:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T06:44:04.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T13:46:47.448Z (2 months ago)
- Language: TypeScript
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hydrogen template: Demo Store
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 **full-featured 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
- Shopify CLI
- ESLint
- Prettier
- GraphQL generator
- TypeScript and JavaScript flavors
- Tailwind CSS (via PostCSS)
- Full-featured setup of components and routes## Getting started
**Requirements:**
- Node.js version 16.14.0 or higher
```bash
npm create @shopify/hydrogen@latest -- --template demo-store
```Remember to update `.env` with your shop's domain and Storefront API token!
## Building for production
```bash
npm run build
```## Local development
```bash
npm run dev
```