create-react-app <name>

Creates a new React project

Arguments

NameDescription
namefolders

Options

NameDescription
--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))
--verbosePrint additional logs
-h, --helpOutput usage information
-V, --versionOutput the version number