nextjs 설치하기1 Next.js 시작하기 자동 설정 1. 설치 npx create-next-app@latest # or yarn create next-app # or pnpm create next-app 타입스크립트 사용시 npx create-next-app@latest --typescript # or yarn create next-app --typescript # or pnpm create next-app --typescript 설치시 대화형으로 설치가 진행되며, 비대화형으로 설치하기 위해 option을 추가할 수 있다. create-next-app [options] Options: -V, --version output the version number --ts, --typescript Initialize as a TypeScript proj.. 2022. 12. 23. 이전 1 다음 728x90