Setup - Create a Next.js App | Learn Next.js (nextjs.org)
참고하여 Next.js를 이용한 프로젝트를 만들어보려고 합니다.
1. 프로젝트 생성
# 프로젝트 세팅
npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
# 폴더 접근
cd nextjs-blog
# 프로젝트 시작
npm run dev
2. 기본 구성 확인
'React > Next.js' 카테고리의 다른 글
[Next.js] Link 사용하기 (0) | 2023.02.18 |
---|---|
Next.js 프로젝트 시작 (0) | 2023.01.30 |