Browse Source

Update 00_run_locally.md (#1080)

Fixed a couple of typos in 00_run_locally.md.
pull/1082/head
Donovan Brown 5 years ago
committed by GitHub
parent
commit
463afbc509
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/tutorials/hello-tye/00_run_locally.md

4
docs/tutorials/hello-tye/00_run_locally.md

@ -1,6 +1,6 @@
# Frontend Backend sample with tye run
This tutorial will demonstrate how to use [`tye run`](/docs/reference/commandline/tye-run.md) to run a multi-project application. If you haven't so already, follow the [Getting Started Instructions](/docs/getting_started.md) to install tye.
This tutorial will demonstrate how to use [`tye run`](/docs/reference/commandline/tye-run.md) to run a multi-project application. If you haven't done so already, follow the [Getting Started Instructions](/docs/getting_started.md) to install tye.
## Running a single application with tye run
@ -28,7 +28,7 @@ This tutorial will demonstrate how to use [`tye run`](/docs/reference/commandlin
The dashboard should show the `frontend` application running.
- The `Logs` column has a link to view the streaming logs for the service.
- the `Bindings` column has links to the listening URLs of the service.
- The `Bindings` column has links to the listening URLs of the service.
Navigate to the `frontend` service using one of the urls on the dashboard in the *Bindings* column. It should be in the form of <http://localhost:[port]> or <https://localhost:[port]>.

Loading…
Cancel
Save