# umi-serve

## Install

```bash
$ yarn add umi-serve
```

## Usage

```bash
$ umi-serve

# Specify the port
$ PORT=8888 umi-serve
```

## LICENSE

MIT
