Several examples of how routing works in a Next.js App Router context.
This repo is meant to be used as part of an exercise in The Joy of React.
First, install the dependencies:
$ npm install
Then, start a local development server:
$ npm run dev
8000