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
网友评论