NextJS

Installation

# install NextJS latest on the machine yarn global add next@latest # init NextJS project npx create-next-app # npm yarn create next-app # yarn npx create-next-app@latest # spcify latest version # upgrade NextJS version npx next --version