- Node https://nodejs.org/en/download
- Yarn https://classic.yarnpkg.com/lang/en/docs/install
- git https://docs.github.com/en/get-started/getting-started-with-git/set-up-git
- Createa Nextjs app via the command
yarn create next-app
- Enter the below infomation in the prompt message
What is your project named? my-next-app
Would you like to use TypeScript? Yes
Would you like to use ESLint? Yes
Would you like to use Tailwind CSS? No
Would you like to use `src/` directory? Yes
Would you like to use App Router? (recommended) No
Would you like to customize the default import alias (@/*)? No
This will create a Next JS app named my-next-app