> ## Documentation Index
> Fetch the complete documentation index at: https://basecamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Server

> ローカルサーバーの起動と停止

<iframe className="w-full aspect-video" src="https://www.loom.com/embed/9af04ea69b3e4ccca7d9d0bf262b8cc2?sid=cbb670fe-0755-4910-b7a4-70b88a8ea471&hide_share=true&hideEmbedTopBar=true&hide_title=true&hide_owner=true" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />

## 1. ローカルサーバーを起動

インストールが問題なく完了したら以下のコマンドを実行します。

```bash theme={null}
npm run dev
```

問題なくローカルサーバーが起動すると、自動的にブラウザが起動してフレームデバッガーにアクセスできます。

<Accordion title="ブラウザが起動しない場合">
  万が一ブラウザが起動しない場合は、ブラウザのアドレスバーに以下の URL を入力してアクセスしましょう。

  ```
  http://localhost:3010?url=http://localhost:3000
  ```
</Accordion>

## 2. ローカルサーバーを停止

ローカルサーバーを停止する場合は、ターミナルで `Ctrl + C` を押します。
