---
title: run
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/runtime/run.ts#L79
---

# run

## Summary

Starts the client-side Remix component runtime for the current document.

## Signature

```ts
function run(init: RunInit): AppRuntime;

```

## Parameters

### `init`

Runtime hooks for loading modules and resolving frames.

## Returns

The running application runtime.