此项目是一个全栈项目,仓库内包含前端:/client 后端:/api
部署在 Vercel,React-Node-Blog-System
- React 开发页面
- Create-React-App 构建
- Axios 请求
- Express.js Api框架
- Mongo DB 数据存储
选择工作目录,克隆项目:
> git clone https://github.com/michaeli524/react-node-blog-system.git
进入目录
> cd react-node-blog-system
> cd client
> npm install
> npm start
> cd api
> npm install
> npm start