Skip to content

Commit c02ad4b

Browse files
authored
Merge pull request #45 from OpenLiberty/dev-mode
Fixed issue #41
2 parents 21a63d1 + 137b8f7 commit c02ad4b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.adoc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,21 @@ the artist JSON is available to you.
8989

9090
Navigate 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
----
10295
mvn generate-resources
10396
----
10497

98+
Note that you can rebuild the front end at any time with the Maven `generate-resources` goal.
10599
Any 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

0 commit comments

Comments
 (0)