next env setup

datajcthemax·2023년 6월 13일

next js

목록 보기
1/10
post-thumbnail
  1. brew install node

  2. create a working directory and run

npx create-next-app@latest

in the terminal to automatically install next.js

  1. run page.js inside the project directory with vscode. open terminal then type
npm run dev

then click on the link(usually http://localhost:3000/) to see the page layout.

0개의 댓글