Skip to content

Commit bcf2cfe

Browse files
author
dixyushi
committed
fixed review comments in Jump The Queue Tutorial
1 parent a1605c2 commit bcf2cfe

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

JumpTheQueue/index.asciidoc

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Jump The Queue is a small application based on the devonfw framework, which you
66
* User should have Java, Angular development experience
77
88
## Learning goals
9-
After completing this tutorial, you will have learned about a devonfw sample application Jump-The-Queue and its architecture.
9+
* How to create devonfw sample application Jump-The-Queue
10+
* The Architecture of the application.
1011
1112
More information about Jump The Queue on https://github.com/devonfw/jump-the-queue
1213
====
@@ -15,10 +16,13 @@ More information about Jump The Queue on https://github.com/devonfw/jump-the-que
1516
--
1617
restoreDevonfwIde(["java", "mvn", "node", "ng", "npm"])
1718
--
19+
20+
Note: Setup script can take some time for setup.
21+
1822
First, clone the Jump-The-Queue Repository.
1923
[step]
2024
--
21-
cloneRepository("", "https://github.com/devonfw/jump-the-queue.git")
25+
cloneRepository("Clone Jump The Repository", "https://github.com/devonfw/jump-the-queue.git")
2226
--
2327

2428
====
@@ -28,10 +32,13 @@ cloneRepository("", "https://github.com/devonfw/jump-the-queue.git")
2832
buildJava("jump-the-queue/java/jtqj", true)
2933
runServerJava("jump-the-queue/java/jtqj/server", { "startupTime": 40, "port": 8081, "path": "jumpthequeue" })
3034
--
35+
This will take some time
36+
3137
Now the Java Server should be running.
3238
====
3339

34-
In the next steps we want build and run the Angular Frontend Server. For that you need to install the dependencies first.
40+
Install dependencies before you build and run frontend server.
41+
3542
[step]
3643
--
3744
npmInstall("jump-the-queue/angular")
@@ -40,6 +47,7 @@ npmInstall("jump-the-queue/angular")
4047
====
4148
Now build and run the Angular Server.
4249
The following two steps are only needed in this tutorial. Normally you can simply execute "ng serve", open the https://localhost:4200/ and start using the app.
50+
4351
In the next step you need to change the Base URL for the REST Services.
4452
[step]
4553
== Serve the Frontend Server
@@ -48,5 +56,10 @@ changeFile("jump-the-queue/angular/src/environments/environment.ts", {"content":
4856
runClientNg("jump-the-queue/angular", { "startupTime": 200, "port": 4200, "path": "" })
4957
--
5058
Now the Angular Frontend Server should be running.
59+
60+
== Conclusion
61+
You have successfully created a Jump the Queue application. You can now proceed with development of another sample application.
62+
63+
For more information related to Jump The Queue sample application visit on https://github.com/devonfw/jump-the-queue/wiki .
5164
====
5265

tutorials

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 06ec58c560371e22b9c9871f2455797ac237298b

0 commit comments

Comments
 (0)