6 Forks
90 Stars
90 Watchers

create-react-app

基于Webpack自定义React脚手架

How to download and setup create-react-app

Open terminal and run command
git clone https://github.com/Wscats/create-react-app.git
git clone is used to create a copy or clone of create-react-app repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with create-react-app https://github.com/Wscats/create-react-app/archive/master.zip

Or simply clone create-react-app with SSH
[email protected]:Wscats/create-react-app.git

If you have some problems with create-react-app

You may open issue on create-react-app support forum (system) here: https://github.com/Wscats/create-react-app/issues