Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 830 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 830 Bytes

使用react ant design 模仿jd 写了一个app ,对于初学react 很有帮助,喜欢的就可以fork 下,☺

建议使用gitee上面的代码,github 可能上传的代码不完整

输入图片说明

输入图片说明 开发

克隆项目

git clone https://gitee.com/tina715/jd.git

进入项目目录

cd jd

安装依赖

npm install

建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题

npm install --registry=https://registry.npm.taobao.org

启动服务

npm start

浏览器访问 http://localhost:3000/jd/home