mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-11 22:37:24 +08:00
* 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`.
create-react-app
This package includes the global command for Create React App.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.