📚 Reference
📜 Chapter
Next.js & Webpack & Jest & React testing library
‣
‣
# yarn
yarn create next-app
# 프로젝트명을 다음 줄에서 입력함
yarn create next-app --typescript
yarn create next-app {프로젝트명} --typescript
# npx
npx create-next-app
# 프로젝트명을 다음 줄에서 입력함
npx create-next-app --typescript
npx create-next-app {프로젝트명} --typescript