This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
For more information, see the course curriculum on the Next.js Website.
- Clone the repository
- Run
pnpm installto install the dependencies - Run
pnpm devto start the development server - Open your web browser and navigate to
http://localhost:3000/ - Follow the instructions in the tutorial to complete the exercises