Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 932 Bytes

README_zh.md

File metadata and controls

44 lines (29 loc) · 932 Bytes

React Shop English

使用MongoDB + Express + React + Node.js + Redux + React Router开发的购物模块。如果您喜欢本项目, 欢迎点赞,谢谢!

截图

react-shop.jpg

特性

  • 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创建。

相关项目: