Next.js is an open-source development framework built on top of Node.js
enabling React based web applications functionalities such as server-side
rendering and generating static websites
To create next app run the following commands.
npx create-next-app my-app
cd my-app
npm run dev