--- sidebar_label: "develop" sidebar_position: 2 --- import { Table } from "docs-ui" export const metadata = { title: `develop Command - Medusa CLI Reference`, } # {metadata.title} Start Medusa application in development. This command watches files for any changes, then rebuilds the files and restarts the Medusa application. ```bash npx medusa develop ``` ## Options Option Description Default `-H `, `--host ` Set host of the Medusa server. `localhost` `-p `, `--port ` Set port of the Medusa server. `9000`