Files
create-react-app/packages/create-react-app
Ville Immonen bcc469c9a5 Support Yarn (#898)
In the `create-react-app` command, try to install packages using Yarn.
If Yarn is not installed, use npm instead.

In `react-scripts`, detect if the project is using Yarn by checking if
a `yarn.lock` file exists. If the project is using Yarn, display all
the instructions with Yarn commands and use Yarn to install packages
in `init` and `eject` scripts.
2016-11-17 22:55:00 +02:00
..
2016-11-17 22:55:00 +02:00
2016-10-22 23:49:30 +03: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: