Home [React][Next.js] TypeScript 적용하기(02)
Post
Cancel

[React][Next.js] TypeScript 적용하기(02)

Next.js 프로젝트에 TypeScript 를 적용하는 방법에 대해서…

새로운 프로젝트 생성

새롭게 Next.js 프로젝트를 생성한다면, 다음 명령어를 실행해서 TypeScript 가 적용된 Next.js 프로젝트를 생성한다.

1
npx create-next-app --typescript yabowlja-client

생성된 프로젝트를 열어서 확인해보면, TypeScript 가 적용된 Next.js 프로젝트가 잘 생성된 것을 확인할 수 있다.

This post is licensed under CC BY 4.0 by the author.

[React][Next.js] Next.js 시작하기(01)

[React][Next.js] Next.js 시작하기 eslint, prettier(03)