File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,9 @@ INFO:werkzeug:Press CTRL+C to quit
77
77
78
78
To see if everything is correctly configured, try to make a small change to the frontend and / or the backend
79
79
80
- 1 . Open a browser and load the main (landing) page [ http://localhost:8080 ] ( http://localhost:8080 ) . See the message "Welcome to CoderBot"
81
- 2 . On the frontend (if the dev server is running on the local workstation), modify the file ` frontend/src/components/Landing.vue ` at line 12, Change
80
+ 1 . Open a browser and load the main (landing) page <a href =" http://localhost:8080 " target =" _blank " rel =" noreferrer " >http://localhost:8080 </a >
81
+ 2 . See the message "Welcome to CoderBot"
82
+ 3 . On the frontend (if the dev server is running on the local workstation), modify the file ` frontend/src/components/Landing.vue ` at line 12, Change
82
83
83
84
```
84
85
<div class="logo">CoderBot</div>
87
88
```
88
89
<div class="logo">my first change to CoderBot</div>
89
90
```
90
- 3 . You should see the landing page has been changed and the message is now "Welcome to my first change to CoderBot"
91
+ 4 . You should see the landing page has been changed and the message is now "Welcome to my first change to CoderBot"
You can’t perform that action at this time.
0 commit comments