1. 7
    Initialize the App Router in a Next.js Project
    1m 38s

Initialize the App Router in a Next.js Project

InstructorBen Patton

Share this video with your friends

Send Tweet

Add the app router to your project by adding a new folder in the src directory called app. To test create a new route (folder) with a page.tsx file.