File tree Expand file tree Collapse file tree 6 files changed +3945
-7862
lines changed
Expand file tree Collapse file tree 6 files changed +3945
-7862
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ node_modules
1111dist
1212dist-ssr
1313* .local
14+ /.pnp
15+ .pnp. *
16+ .yarn /*
17+ ! .yarn /patches
18+ ! .yarn /plugins
19+ ! .yarn /releases
20+ ! .yarn /versions
1421
1522# Editor directories and files
1623.vscode /*
Original file line number Diff line number Diff line change 1+ nodeLinker : ' node-modules'
Original file line number Diff line number Diff line change 2727 - feat/[ μΈλΆ κΈ°λ₯] :: νΉμ κΈ°λ₯ κ°λ° μλΈ λΈλμΉ (λ°λ‘ dev γ΄γ΄, μμ κΊΌμ λ¨Έμ§)
2828- fix/#[ μ΄μ λ²νΈ] /[ λ²κ·Έ μ΄λ¦] :: νΉμ λ²κ·Έ μμ λΈλμΉ
2929
30+ ### λλ ν 리 ꡬ쑰
31+
32+ ```
33+ src/
34+ βββ App.tsx
35+ βββ main.tsx
36+ βββ index.css
37+ βββ pages/
38+ β βββ [νμ΄μ§ μ΄λ¦ 1]Page.tsx
39+ β βββ [νμ΄μ§ μ΄λ¦ 2]Page.tsx
40+ β βββ index.ts
41+ βββ common/
42+ β βββ components/
43+ β β βββ [μ¬λ¬ κΈ°λ₯μμ 곡ν΅μ μΌλ‘ μ¬μ©λλ μ»΄ν¬λνΈ].tsx
44+ β βββ hooks/
45+ β β βββ [μ¬λ¬ κΈ°λ₯μμ 곡ν΅μ μΌλ‘ μ¬μ©λλ ν
].tsx
46+ β βββ utils/
47+ β βββ [μ¬λ¬ κΈ°λ₯μμ 곡ν΅μ μΌλ‘ μ¬μ©λλ μ νΈ ν¨μ].tsx
48+ βββ features/
49+ β βββ [κΈ°λ₯ μ΄λ¦ 1]/
50+ β β βββ components/
51+ β β βββ hooks/
52+ β β βββ utils/
53+ β βββ [κΈ°λ₯ μ΄λ¦ 2]/
54+ β βββ components/
55+ β βββ hooks/
56+ βββ libs/
57+ β βββ routes/
58+ β βββ stack.ts
59+ β βββ stackConfig.ts
60+ βββ assets/
61+ βββ images/
62+ βββ [μ΄λ―Έμ§ νμΌ].png
63+ βββ icons/
64+ βββ [μμ΄μ½ νμΌ].png
65+ ```
66+
3067### μ¬μ© μ€ν
3168
3269- Vite + React + TypeScript
You canβt perform that action at this time.
0 commit comments