# @expo/dev-server

> Development servers for starting React Native projects

Latest version **0.5.5** (published 2023-07-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @expo/dev-server
pnpm add @expo/dev-server
yarn add @expo/dev-server
bun add @expo/dev-server
```

## Health

**Score 50/100 (C)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.5.5 |
| Published | 2023-07-21 |
| First published | 2020-04-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 175 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52384 |
| Maintainers | aleqsio, marklawlor, gabrieldonadel, simek, keith-kurak, christopherwalter, kbrandwijk, fiber-god, ide, brentvatne, evanbacon, quinlanj, expoadmin, tsapeta, exponent, wschurman, wkozyra, bycedric, lukmccall, jonsamp, princefleaswallow, kudochien |
| Keywords | expo, metro |

## Links

- npm: https://www.npmjs.com/package/@expo/dev-server
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/@expo/dev-server#readme
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/@expo/dev-server

## Dependencies (15)

- [open](https://npm.io/package/open.md) ^8.3.0
- [chalk](https://npm.io/package/chalk.md) ^4.0.0
- [is-wsl](https://npm.io/package/is-wsl.md) ^2.1.1
- [connect](https://npm.io/package/connect.md) ^3.7.0
- [fs-extra](https://npm.io/package/fs-extra.md) 9.0.0
- [temp-dir](https://npm.io/package/temp-dir.md) ^2.0.0
- [is-docker](https://npm.io/package/is-docker.md) ^2.0.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.0
- [body-parser](https://npm.io/package/body-parser.md) ^1.20.1
- [@expo/bunyan](https://npm.io/package/@expo/bunyan.md) 4.0.0
- [resolve-from](https://npm.io/package/resolve-from.md) ^5.0.0
- [@expo/osascript](https://npm.io/package/@expo/osascript.md) 2.0.33
- [serialize-error](https://npm.io/package/serialize-error.md) 6.0.0
- [@expo/spawn-async](https://npm.io/package/@expo/spawn-async.md) ^1.5.0
- [@expo/metro-config](https://npm.io/package/@expo/metro-config.md) ~0.10.0

## Recent versions

- 0.5.5 (latest) — 2023-07-21
- 0.7.0 (next) — 2023-09-04
- 0.1.57-alpha.0 (alpha) — 2021-03-03
- 0.6.0 — 2023-07-28
- 0.5.4 — 2023-07-05
- 0.5.3 — 2023-06-30
- 0.5.2 — 2023-06-29
- 0.5.1 — 2023-06-27
- 0.5.0 — 2023-06-21
- 0.4.1 — 2023-06-13
- 0.4.0 — 2023-05-08
- 0.3.0 — 2023-04-13
- 0.2.3 — 2023-02-21
- 0.2.2 — 2023-02-14
- 0.2.1 — 2023-02-09
- … 128 more at https://npm.io/package/@expo/dev-server/versions

## README

<!-- Title -->
<h1 align="center">
👋 Welcome to <br><code>@expo/dev-server</code>
</h1>

<p align="center">A React Native development server.</p>

<p align="center">
  <img src="https://flat.badgen.net/packagephobia/install/@expo/dev-server">

  <a href="https://www.npmjs.com/package/@expo/dev-server">
    <img src="https://flat.badgen.net/npm/dw/@expo/dev-server" target="_blank" />
  </a>
</p>

<!-- Body -->

This package is used by Expo CLI to run a development server for React Native apps. It is built on [Metro](https://facebook.github.io/metro/) (a JavaScript bundler) and [`@react-native-community/cli-server-api`](https://github.com/react-native-community/cli/tree/main/packages/cli-server-api) (the HTTP and WebSocket API for native React apps to interface with the development server).

---
_Source: https://npm.io/package/@expo/dev-server · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
