Folder Structure

Folder Structure

Let's talk about what's inside the downloaded package.

  1. Images folder - Contains necessary images if you want to import demo data

  2. Documentation folder - Contains the documentation html file to redirect to this online tutorial page.

  3. Ciseco_Hydrogen folder - Main directory of the Hydrogen project

📂 Ciseco_Hydrogen/
├── 📁 app/
│   ├── 📁 assets/
│   ├── 📁 components/
│   ├── 📁 graphql/
│   ├── 📁 lib/
│   ├── 📁 utils/
│   ├── 📁 hooks/
│   ├── 📁 data/
│   ├── 📁 contains/
│   ├── 📁 routes/
│   ├── 📁 styles/
│   ├── entry.client.jsx
│   ├── entry.server.jsx
│   └── root.jsx
├── 📁 public/
├── CHANGELOG.md
├── README.md
├── customer-accountapi.generated.d.ts
├── env.d.ts
├── jsconfig.json
├── package.json
├── postcss.config.js
├── server.js
├── storefrontapi.generated.d.ts
├── tailwind.config.js
└── vite.config.js

Last updated