컴퓨터/nextjs

next.js 처음

풍경소리^^ 2025. 12. 23. 16:01

폴더 만들기 nextjs12

code .

Ctrl + ` (백틱)

B:\udemy-react-and-next-2023\nextjs12>npx create-next-app@latest .
√ Would you like to use the recommended Next.js defaults? » No, customize settings
√ Would you like to use TypeScript? ... No / Yes
√ Which linter would you like to use? » ESLint
√ Would you like to use React Compiler? ... No / Yes
√ Would you like to use Tailwind CSS? ... No / Yes
√ Would you like your code inside a `src/` directory? ... No / Yes
√ Would you like to use App Router? (recommended) ... No / Yes
√ Would you like to customize the import alias (`@/*` by default)? ... No / Yes
Creating a new Next.js app in B:\udemy-react-and-next-2023\nextjs12.

Using npm.

Initializing project with template: default


Installing dependencies:
- next
- react
- react-dom

Installing devDependencies:
- eslint
- eslint-config-next


added 333 packages, and audited 334 packages in 1m

136 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Generating route types...
✓ Types generated successfully

Success! Created nextjs12 at B:\udemy-react-and-next-2023\nextjs12


B:\udemy-react-and-next-2023\nextjs12>

'컴퓨터 > nextjs' 카테고리의 다른 글

nextjs-app 만들기  (0) 2025.02.19
next.js 설치  (0) 2023.11.29