个人博客项目, 记录从0搭建react全栈 前端技术栈: react18 + vite4 + react-router-v6 + antd + tailwindcss 后端技术栈: koajs + mysql + sequelize 线上 [http://154.8.162.201/blog]
[https://github.com/Athaoo/athaoo-blog]
- cd /fe
- yarn install
yarn dev
启动前端
/admin.html
以访问 admin 管理
[https://github.com/Athaoo/athaoo-blog-be]
- cd /be
- yarn install
yarn dev
启动后端