26081 Forks
99059 Stars
99059 Watchers

create-react-app

Set up a modern web app by running one command.

How to download and setup create-react-app

Open terminal and run command
git clone https://github.com/facebook/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/facebook/create-react-app/archive/master.zip

Or simply clone create-react-app with SSH
[email protected]:facebook/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/facebook/create-react-app/issues