nextjs project setting

이상빈·2024년 8월 2일

https://nextjs.org/learn/dashboard-app/getting-started

Creating a new project

1. npm install -g pnpm
2. npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm

Exploring the project

Folder structure

Placeholder data

임시 샘플 데이터

TypeScript

Running the development server

pnpm i
pnpm dev

profile
앱 개발 노트

0개의 댓글