Skip to content

hjhxy/brainpower_blog

Repository files navigation

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

项目开发经验

项目架构

功能架构

  1. 页面埋点错误上报,FPS等性能检测,性能优化。
  2. 博客编辑(富文本,文章主题)。争取9.4号完成
  3. AI写作、AI文章解析。
  4. 国际化、主题切换。
  5. SEO优化。
  6. 文章订阅与消息推送。
  7. 登录逻辑(token,三方登录,token过期与无感替换)

技术选型

技术栈:React.js18, Next.js, Express, TypeScript, Tailwind Css。 工程化:Webpack,Prettier, EsLint, Post-Css 部署:阿里云服务器 + 宝塔。

前端技术选型

Next.js

后端技术选型

Express