Files
create-react-app/packages/create-react-app
Ville Immonen 2e02e36b9e Clean up Yarn detection and install code (#1223)
* Remove the “‘yarn’ is not recognized as an internal or external
  command, ...” message on Windows
* Simplify the detection code: just run `yarn --version` – if it
  succeeds use `yarn`, if it fails use `npm`.
2016-12-10 03:11:14 +02:00
..
2016-12-08 15:45:27 +00:00
2016-09-23 13:00:11 +01:00

create-react-app

This package includes the global command for Create React App.
Please refer to its documentation: