HomeAbout

NextJS Installation

Installation

# install NextJS latest on the machine yarn global add next@latest

Start

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
AboutContact