www/apps/resources/app/medusa-cli/commands/develop/page.mdx
import { Table } from "docs-ui"
export const metadata = {
title: develop Command - Medusa CLI Reference,
}
Start the Medusa application in development.
This command watches files for any changes, then rebuilds the files and restarts the Medusa application.
npx medusa develop
`-H <host>`, `--host <host>`
</Table.Cell>
<Table.Cell>
Set the host of the Medusa server.
</Table.Cell>
<Table.Cell>
`localhost`
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
`-p <port>`, `--port <port>`
</Table.Cell>
<Table.Cell>
Set the port of the Medusa server.
</Table.Cell>
<Table.Cell>
`9000`
</Table.Cell>
</Table.Row>
</Table.Body>
</Table>