/nextjs14-dashboard

Starting from the official NextJS 14 course https://nextjs.org/learn/dashboard-app/getting-started and making a commit per lesson until the end of the course

Primary LanguageTypeScript

Next.js App Router Course - Starter

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.

Running on your local server

First create a new project by using the course template:
npx create-next-app@latest --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"

Then, go to your new project folder and run npm i to install the project's packages, followed by running npm run dev to start the application.

Finally, follow the guidance of the terminal output to open the localhost: on your browser.

Trouble-shooting Vercel CLI

If you are want to use Vercel CLI on Microsoft Visual Studio Code with Vercel CLI, check these pages if you have problems installing Vercel CLI: