Next.js 13 has introduced the app router. App Router organizes routes within the app folder. The file-based App router follows slightly different conventions while creating routes. Checkout the medium blog to know more about routing in app router.
This is a Next.js project bootstrapped with create-next-app.
First, clone the project and install dependecies using npm install .
The, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.