Next.js is an open-source React front-end development framework that enables functionality such as server-side rendering and generating static websites for React-based web applications. It's built by Vercel (formerly Zeit) and provides a standard structure for building efficient and scalable applications on the web with React.
nvm use 21.0.0
npm i
npm run dev
Open http://localhost:3000 with your browser to see the result.