美文网首页
github克隆项目

github克隆项目

作者: 爱忽悠的唐唐在晃悠 | 来源:发表于2018-02-21 21:36 被阅读1次

How to use

First, clone the repo.

$ git clone https://github.com/ruanyf/react-babel-webpack-boilerplate.git <yourAppName>
$ cd <yourAppName>

Second, delete the old .git history and initialize new history.

$ rm -rf .git
$ git init

Third, install the dependencies.

$ npm install

Next, launch the boilerplate app.

$ npm start

相关文章

网友评论

      本文标题:github克隆项目

      本文链接:https://www.haomeiwen.com/subject/sqootftx.html