# Start

## Usage

{% tabs %}
{% tab title="npm" %}

```bash
npm run start
```

{% endtab %}

{% tab title="Yarn" %}

```bash
yarn start
```

{% endtab %}

{% tab title="Bun" %}

```bash
bun start
```

{% endtab %}

{% tab title="Deno" %}

```bash
deno src/index.ts
```

{% endtab %}
{% endtabs %}

## Just start

If you want to start without build, do the following command

```bash
node .
```
