# create-react-app

> Create React apps with no build configuration.

Latest version **5.1.0** (published 2025-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-react-app
pnpm add create-react-app
yarn add create-react-app
bun add create-react-app
```

Provides the command `create-react-app`.

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: no vulnerabilities; popular repo; extremely popular.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.1.0 |
| Published | 2025-02-15 |
| First published | 2016-07-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=14 |
| Dependencies | 11 |
| Unpacked size | 38.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 103259 |
| Maintainers | vjeux, fb, timer, iansu, ianschmitz, rickhanlonii |
| Keywords | react |

## Links

- npm: https://www.npmjs.com/package/create-react-app
- Repository: https://github.com/facebook/create-react-app
- Homepage: https://github.com/facebook/create-react-app#readme
- Issues: https://github.com/facebook/create-react-app/issues
- npm.io page: https://npm.io/package/create-react-app

## Dependencies (11)

- [tmp](https://npm.io/package/tmp.md) ^0.2.1
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [semver](https://npm.io/package/semver.md) ^7.3.5
- [envinfo](https://npm.io/package/envinfo.md) ^7.8.1
- [prompts](https://npm.io/package/prompts.md) ^2.4.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.0.0
- [tar-pack](https://npm.io/package/tar-pack.md) ^3.4.1
- [commander](https://npm.io/package/commander.md) ^4.1.1
- [hyperquest](https://npm.io/package/hyperquest.md) ^2.1.3
- [cross-spawn](https://npm.io/package/cross-spawn.md) ^7.0.3
- [validate-npm-package-name](https://npm.io/package/validate-npm-package-name.md) ^3.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 5.1.0 (latest) — 2025-02-15
- 5.1.0-next.26 (next) — 2025-02-14
- 3.3.0-next.38 (canary) — 2019-10-24
- 5.0.1 — 2022-04-12
- 5.1.0-next.14 — 2022-04-12
- 5.0.0 — 2021-12-14
- 5.0.0-next.60 — 2021-12-14
- 5.0.0-next.59 — 2021-12-14
- 5.0.0-next.58 — 2021-12-08
- 5.0.0-next.57 — 2021-12-08
- 5.0.0-next.47 — 2021-10-04
- 5.0.0-next.37 — 2021-09-01
- 5.0.0-next.31 — 2021-08-04
- 4.0.3 — 2021-02-22
- 4.0.2 — 2021-02-03
- … 90 more at https://npm.io/package/create-react-app/versions

## README

# create-react-app

This package includes the global command for [Create React App](https://github.com/facebook/create-react-app).<br>
Please refer to its documentation:

- [Getting Started](https://facebook.github.io/create-react-app/docs/getting-started) – How to create a new app.
- [User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App.

---
_Source: https://npm.io/package/create-react-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
