---
title: run
---

# run

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/run.ts#L63" target="_blank">View Source</a>

## Summary

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

## Signature

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

```

## Params

### init

Runtime hooks for loading modules and resolving frames.

## Returns

The running application runtime.