File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -89,22 +89,21 @@ the artist JSON is available to you.
8989
9090Navigate to the `start` directory to begin.
9191
92- [role='command']
93- include::{common-includes}/devmode-start.adoc[]
94-
95- After you start the server, you can find your artist JSON at the
96- http://localhost:9080/artists[http://localhost:9080/artists^] URL.
97-
98- You can rebuild the front end at any time. To do so, run Maven with the
99- `generate-resources` goal:
92+ First, you need to build the front end by running the Maven `generate-resources` goal:
10093[role='command']
10194----
10295mvn generate-resources
10396----
10497
98+ Note that you can rebuild the front end at any time with the Maven `generate-resources` goal.
10599Any local changes to your TypeScript and HTML are picked up when you build the
106- front end. After you start the Open Liberty server, you don't need to restart it.
100+ front end.
107101
102+ [role='command']
103+ include::{common-includes}/devmode-start.adoc[]
104+
105+ You can find your artist JSON at the
106+ http://localhost:9080/artists[http://localhost:9080/artists^] URL.
108107
109108// =================================================================================================
110109// Guide
You can’t perform that action at this time.
0 commit comments