๐Ÿ“š Reference


๐Ÿ“œ Chapter


CNA (Create Next App)

Next.js & Webpack & Jest & React testing library

yarn

โ€ฃ

โ€ฃ

Next.js & Webpack


1. Next.js - ์„ค์น˜

1) Create next app (CNA)

CNA (Create Next App)

# 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