This repo contains my exercises for Next.js 14 App Router from https://nextjs.org/learn 🚀
This is the command for starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
npx create-next-app@latest . --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"