Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 390 Bytes

Shopping Cart

使用dva框架的一个购物车练习

前端: React + dvaJS状态管理 后端:node

项目运行:

  • git clone

  • 安装依赖

    yarn

  • 项目使用concurrently同时启动前后端,所以只需:

    yarn run dev

  • 也可以分别执行:

    yarn run start

    yarn run server

  • localhost:8000下本地访问