-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb_server_structure.txt
More file actions
16 lines (16 loc) · 1.07 KB
/
web_server_structure.txt
File metadata and controls
16 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
idcee-webui/
├── node_modules/ # 📦 Thư viện cài bởi npm
├── public/ # 🔹 Static assets (nếu có favicon, ảnh...)
├── src/ # 🔧 Source code TypeScript
│ ├── App.tsx # ✅ Component chính
│ └── main.tsx # Khởi tạo React app
│ └── ... (các file phụ nếu có)
├── index.html # 🔹 HTML gốc để mount React
├── package.json # 📦 Khai báo dependencies và script
├── package-lock.json # 🔒 Khóa phiên bản dependency
├── tsconfig.json # ⚙️ Cấu hình TypeScript
├── tsconfig.node.json # ⚙️ Phục vụ Node dev
├── vite.config.ts # ⚙️ Cấu hình Vite build/dev server
├── .gitignore # 🔒 Git exclusion
├── README.md # 📝 (tùy chọn) mô tả dự án
├── eslint.config.js # (tùy chọn) ESLint rules