You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/1-hour/0-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In a few moments a new repository will be created from the template for this wor
30
30
With the repository created, it's now time to clone the repository locally. We'll do this from a shell capable of running BASH commands.
31
31
32
32
1. Copy the URL for the repository you just created in the prior set.
33
-
2. Open your shell.
33
+
2. Open your terminal or command shell.
34
34
3. Run the following command to clone the repository locally (changing directories to a parent directory as appropriate):
35
35
36
36
```sh
@@ -52,7 +52,7 @@ With the repository created, it's now time to clone the repository locally. We'l
52
52
The startup script will start two applications:
53
53
54
54
- The backend Flask app on [localhost:5100](http://localhost:5100). You can see a list of dogs by opening the [dogs API](http://localhost:5100/api/dogs).
55
-
- The frontend Astro/Svelte app on [localhost:4321](http://localhost:4321). You can see the [website](http://localhost:4321) by opening that URL!
55
+
- The frontend Astro/Svelte app on [localhost:4321](http://localhost:4321). You can see the [website](http://localhost:4321) by opening that URL.
0 commit comments