>[success] 提示 > 因为本项目是前后端分离的,所以需要前后端都启动好,才能进行访问 前往Gitee下载页面[https://gitee.com/bingofree/keras\_mall](https://gitee.com/bingofree/keras_mall)下载解压到工作目录 >[info] 进入项目目录 `cd keras_mall` >[info] 安装依赖 `yarn` 建议通过重新指定 registry 来解决安装速度慢的问题。 ``` npm install --registry=https://registry.npm.taobao.org ``` >[info] 修改配置 ![](https://img.kancloud.cn/42/24/4224891c4888ebd69b5ab10b7c38150c_542x429.png) >[warning] 将 target 指向 `http://122.51.143.12:8080`服务器 > [info] 本地开发 启动项目 `yarn start` 运行成功后会自动打开浏览器弹出页面,默认地址为:[http://localhost:8085](http://localhost:8085) (默认账户`admin/111111`)若能正确展示登录页面,并能成功登录,菜单及页面展示正常,则表明环境搭建成功 建议使用Git克隆,因为克隆的方式可以和KerasMall随时保持更新同步。使用Git命令克隆git clone [https://gitee.com/bingofree/keras\_mall.git](https://gitee.com/bingofree/keras_mall.git)