Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 467 Bytes

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.

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