First steps with Next.js
Next.js is a JavaScript framework that allows you to build static, server-side rendering web applications using React. To get started we need to have Node.js installed, if you don’t already have it: You can install it from here: NodeJs Next, we must install Nextjs on the local by executing the following command: npm install next react react-dom Once finished, we will have the following basic structure of a site created