> For the complete documentation index, see [llms.txt](https://traveloka.gitbook.io/soya-next/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloka.gitbook.io/soya-next/packages/soya-next-server.md).

# soya-next-server

[![NPM Version](https://img.shields.io/npm/v/soya-next-server.svg?style=flat-square)](https://www.npmjs.com/package/soya-next-server)

> Production server for Soya Next.

## Installation

To install it, run the following:

```bash
npm install --save soya-next-server
```

## Usage

Build using [soya-next-scripts](/soya-next/packages/soya-next-scripts.md) with the following:

```bash
soya-next-scripts build
```

Then, start your production server with the following:

```bash
soya-next-server
```
