Skip to content

Commit

Permalink
Merge pull request #1470 from itowlson/excited-for-the-quickstart-to-…
Browse files Browse the repository at this point in the history
…include-the-entire-docs-anyway-here-is-how-to-change-the-port-for-now

Show how to use a different port in the quickstart
  • Loading branch information
itowlson authored Jan 27, 2025
2 parents 628d5eb + 064c16a commit 7d34a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/spin/v3/quickstart.md
Original file line number Diff line number Diff line change
@@ -867,6 +867,8 @@ Available Routes:
hello-typescript: http://127.0.0.1:3000 (wildcard)
```

> If another program is using port 3000, add the `--listen` flag. E.g. `spin up --listen 127.0.0.1:12345`.
> You can also run a Spin application using `spin watch`. This automatically rebuilds code and reloads content whenever they change. [Learn more.](./running-apps.md#monitoring-applications-for-changes)
Spin instantiates all components from the application manifest, and

0 comments on commit 7d34a6b

Please sign in to comment.