Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin authored Apr 20, 2024
1 parent 5fe1c65 commit 27309ee
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 27309ee

Please sign in to comment.