# install NextJS latest on the machine yarn global add next@latest
Start a NextJS project
# npx npx create-next-app npx create-next-app@latest yarn create next-app # yarn
Check NextJS Version
npx next --version