- https://nextjs-yjz2.vercel.app
- email: 'user@nextmail.com'
- password: '123456'
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.
- nextJs 中的静态资源都需要放在项目的根目录中的
/public
文件夹 - 根目录下的
/src
文件夹是可选的,添加这个目录可能更符合传统的习惯