github克隆项目

2018-02-21  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读