1. 사전준비
Node.js 설치
2.Next.js 프로젝트 시작하기
#npx 사용
npx create-next-app@latest
#app을 사용할 경우
npx create-next-app@latest --experimental-app
#ts를 사용할 경우
npx create-next-app@latest --typescript
#yarn 사용
yarn create next-app
3.프로젝트 기동 시키기
#dev 환경 기동
npm run dev
4.브라우저에서 접속해보기
http://localhost:3000
'Application > Javascript 패밀리 (React, next.js ..)' 카테고리의 다른 글
[Next.js] next-auth 구글, aws 코그니토 연동 관련 (0) | 2023.10.14 |
---|
댓글