git代码下载本地运行

来源:互联网 发布:用mac怎么在优酷下视频 编辑:程序博客网 时间:2024/06/15 14:01

git使用

git上的代码克隆到本地

第一,进入存放目录

第二,执行

git clone https://github.com/tsrot/react-zhihu.git

cd react-zhihu

npm install$

bower install

gulp server//用浏览器打开 localhost:5000