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.
npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Creating a new Next.js app in /home/<user>/nextjs-dashboard.
Downloading files from repo https://github.com/vercel/next-learn/tree/main/dashboard/starter-example. This might take a moment.
Installing packages. This might take a couple of minutes.
added 573 packages, and audited 574 packages in 12m
172 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Success! Created nextjs-dashboard at /home/<user>/nextjs-dashboard
Inside that directory, you can run several commands:
npm run dev
Starts the development server.
npm run build
Builds the app for production.
npm start
Runs the built app in production mode.
We suggest that you begin by typing:
cd nextjs-dashboard
npm run dev