Next.js is a framework for building server-side rendered React applications.
Read more
How do I install Next.js?
You can install Next.js using npm or yarn. First, create a new project with `npm init` or `yarn init`, then install Next.js with `npm install next` or `yarn add next`.