一个正在开发的React+TypeScript+SpringBoot博客
- 后台UI ✔
- 接口开发
- 前台UI
- Login+后台页面UI
- 登录逻辑+token持久化与过期处理
- Axios封装
- React + TypeScript
- React Router
- React Reducer
- Sass预编译器
- Axios
- Vite
- json-servre模拟接口(暂时)
- Express框架的nodejs接口(部署在了vercel上但是需要翻墙,也可以本地运行)
Blog/
|-- server/
| |-- db.json //json-server启动文件
|-- src/
| |-- apis //封装接口api
| |-- assets //静态资源
| |-- components //可复用组件
| |-- interface //类型约束
| |-- pages //页面组件
| |-- router //路由
| |-- store //Redux状态管理库
|-- package.json
|-- README.md-
克隆项目到本地:
git clone https://github.com/LinMoQC/LinMoBlog.git //启动前端 cd LinMo npm install (如果安装依赖报错加上 --force) npm run dev //启动后端--json-server cd server json-server --watch db.json --port 3000 //启动后端--Express框架的nodejs接口(二选一) cd server/nodejs nodemon app.js











