This is a super minimal starter for using Next.js with the modern App Router.
Not intended for use in production. Purely used for educational reasons.
First, install the dependencies:
$ npm install
Then, start a local development server:
$ npm run dev
- Please make sure you're using Node.js version 18.17 or higher. This is the minimum Node version required by Next.js.
- You can find your current Node version by running
node -v
in a terminal. If the value is less than 18.17, you'll want to upgrade Node to the current LTS (Long Term Support) version.
- You can find your current Node version by running