๐ 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