Skip to content
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

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

iyu88
Copy link
Contributor

@iyu88 iyu88 commented Jun 28, 2023

기여자용

문서 개선

Progress

closes: #32

@haileyport
Copy link
Contributor

ref #32

Copy link
Contributor

@chaejunlee chaejunlee left a 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`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
또한, 기본 옵션을 `--no-`라는 접두사를 붙여 무시할 수 있습니다.(예. `--no-eslint`)
또한, 기본 옵션을 `--no-`라는 접두사를 붙여 무시할 수 있습니다. (예 `--no-eslint`)

"e.g."는 어떻게 하는게 좋을까요? 현재의 "예."는 조금 어색한 것 같습니다.

  • 예:
  • 예,
  • 예시,
  • 예를 들어,

등이 가능할 것 같은데 확인이 필요할 것 같습니다.

Copy link
Contributor Author

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`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **예시 지원**: Create Next App은 Next.js 예시 모음 중 한 가지를 사용하는 애플리케이션을 구축할 수 있습니다.(예. `npx create-next-app --example api-routes`)
- **예시 지원**: Create Next App은 Next.js 예시 모음 중 한 가지를 사용하는 애플리케이션을 구축할 수 있습니다. (예. `npx create-next-app --example api-routes`)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

띄어쓰기 반영했습니다.
꼼꼼하게 봐주셔서 감사합니다!

Copy link
Contributor

@chaejunlee chaejunlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 수고하셨습니다! 머지하도록 하겠습니다! 감사합니당

@chaejunlee chaejunlee merged commit 39b1dd5 into Nextjs-kr:main Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

06-create-next-app.mdx
4 participants