create-react-app <name>
Creates a new React project
Arguments
Name | Description |
---|
name | folders |
Options
Name | Description |
---|
--template <name or url> | Specify a template for the created project (a custom template on npm (search for "cra-template-*"), a relative path, or an archive (.tgz or .tar.gz)) |
--use-npm [boolean] | Use npm to install dependencies (default when Yarn is not installed) |
--use-pnp [boolean] | Use Yarn Plug'n'Play to create the app |
--scripts-version <alternative package> | Use a non-standard version of react-scripts (a specific npm version or npm tag, a custom fork published on npm, a relative path, or an archive (.tgz or .tar.gz)) |
--verbose | Print additional logs |
-h, --help | Output usage information |
-V, --version | Output the version number |