Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin authored May 20, 2024
2 parents 6f03001 + 1476285 commit 203d8bc
Show file tree
Hide file tree
Showing 4 changed files with 1,232 additions and 355 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ fix: fix some bugs
### app
- 이 폴더에서는 Next.js 라우팅 규칙에 따라 파일 이름을 명명합니다. 또한 내부의 pages, lib 폴더에서는 기본적으로 **케밥 케이스**를 이용하며, 컴포넌트의 경우 **카멜 케이스**를 사용합니다.
- 이 폴더에서는 Next.js 라우팅 규칙에 따라 파일 이름을 명명합니다. 또한 내부의 pages, lib 폴더에서는 기본적으로 **케밥 케이스**를 이용하며, 컴포넌트의 경우 **파스칼 케이스**를 사용합니다.
### pages
- pages 폴더는 Next.js 와 충돌을 피하기 위해 app 폴더 내에 위치해 있으며, 이 경우에는 **케밥 케이스**를 사용합니다.
### components
- components 폴더는 **카멜 케이스**를 사용합니다.
- components 폴더는 **파스칼 케이스**를 사용합니다.
### features
Expand Down
Loading

0 comments on commit 203d8bc

Please sign in to comment.