React Shop English
使用MongoDB + Express + React + Node.js + Redux + React Router开发的购物模块。如果您喜欢本项目, 欢迎点赞,谢谢!
- Admin页面
- 响应式布局
- 无UI库
- Redux日志
Clone 后端代码并运行服务
打开.env文件,修改相应值
REACT_APP_BASE_API = 'http://localhost:3000/v1'
# 安装依赖
npm install
# 在localhost:3000上运行服务
npm start
# 构建精简的线上版本
npm run build
本项目基于 Create React App创建。