通过 Next.js 构建的网站,可用于企业官网、毕业设计。 和tailwind-nextjs-starter-blog的区别
- Create-Next-App
- Next.js
- Tailwind CSS
- next-connect
- next-theme
- React-Qeury
- Vercel
- Vercel KV
- Vercel Postgres
- Prisma
- JWT
请你预先安装好 NodeJS(v16+),clone 此项目到您的本地,然后运行一下命令启动服务:
npm run dev
# or
yarn dev
# or
pnpm dev
浏览器打开 http://localhost:3000 即可看到页面
- 利于 SEO 搜索引擎收录
- 加快首屏呈现时间
- 同时拥有 单页(SPA) 和 多页路由 的用户体验
- [x]夜间模式-2023-06-01 完成,借助 next-theme
- []中英双语
- []中文文档
- []英文文档
- []网站后台 CURD
可以非常简单的在 Vercel 部署此项目,可以自定义域名,并且拥有一定免费限额的数据库空间。