-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
02-app > 02-api-reference > 06-create-next-app.mdx #343
Conversation
ref #32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
깔끔한 번역 감사합니다! "e.g." 번역에 어색함이 있지만 Approve 남기도록 하겠습니다! 수고하셨습니다.
|
||
Further, you can negate default options by prefixing them with `--no-` (e.g. `--no-eslint`). | ||
또한, 기본 옵션을 `--no-`라는 접두사를 붙여 무시할 수 있습니다.(예. `--no-eslint`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
또한, 기본 옵션을 `--no-`라는 접두사를 붙여 무시할 수 있습니다.(예. `--no-eslint`) | |
또한, 기본 옵션을 `--no-`라는 접두사를 붙여 무시할 수 있습니다. (예 `--no-eslint`) |
"e.g."는 어떻게 하는게 좋을까요? 현재의 "예."는 조금 어색한 것 같습니다.
- 예:
- 예,
- 예시,
- 예를 들어,
등이 가능할 것 같은데 확인이 필요할 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제안해주신 대안 중 예시,
가 가장 적절하게 의미를 전달할 수 있을 것 같아 반영했습니다.
- **대화형 경험**: (인자 없이) `npx create-next-app@latest`를 실행하면 프로젝트 설정 과정을 안내하는 대화형 경험을 제공합니다. | ||
- **의존성 없음**: 프로젝트 초기화가 매우 빠르게 완료됩니다. Create Next App은 의존성이 없습니다. | ||
- **오프라인 지원**: Create Next App은 오프라인인 경우를 자동으로 감지하고 로컬 패키지 캐시를 사용하여 프로젝트를 구축합니다. | ||
- **예시 지원**: Create Next App은 Next.js 예시 모음 중 한 가지를 사용하는 애플리케이션을 구축할 수 있습니다.(예. `npx create-next-app --example api-routes`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **예시 지원**: Create Next App은 Next.js 예시 모음 중 한 가지를 사용하는 애플리케이션을 구축할 수 있습니다.(예. `npx create-next-app --example api-routes`) | |
- **예시 지원**: Create Next App은 Next.js 예시 모음 중 한 가지를 사용하는 애플리케이션을 구축할 수 있습니다. (예. `npx create-next-app --example api-routes`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
띄어쓰기 반영했습니다.
꼼꼼하게 봐주셔서 감사합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 수고하셨습니다! 머지하도록 하겠습니다! 감사합니당
기여자용
문서 개선
pnpm prettier-fix
를 실행하여 서식 문제를 해결합니다. - 문서 기여 가이드를 읽고 문서 지침을 따르는지 확인하세요: https://github.com/Nextjs-kr/Nextjs.ko/blob/main/packages/next/README.mdProgress
pnpm prettier-fix
closes: #32