Setup As of march 2021 you need node version 10.13 or later to run NextJS. Create a folder an initialize your project with What we will get is Automatic compilation and bundling (with webpack and babel) React Fast Refresh Static generation and server-side rendering of ./pages/ (see Pages and Routing below) Static file serving. ./public/ […]