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.
echo "# nextjs-demo" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/laobieyia/nextjs-demo.git git push -u origin main