Skip to content

Commit

Permalink
Merge pull request #1465 from itowlson/quick-start-watch
Browse files Browse the repository at this point in the history
Mention `spin watch` in quickstart
  • Loading branch information
itowlson authored Jan 23, 2025
2 parents c604f24 + 99bcc86 commit f6cccc0
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
Expand Up @@ -867,6 +867,8 @@ Available Routes:
hello-typescript: http://127.0.0.1:3000 (wildcard)
```

> 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
creates the router configuration for the HTTP trigger according to the routes in the manifest. The
component can now be invoked by making requests to `http://localhost:3000/`
Expand Down

0 comments on commit f6cccc0

Please sign in to comment.