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