Skip to content

Commit ae8d496

Browse files
author
dixyushi
committed
restructured the tutorial
1 parent 141524f commit ae8d496

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

JumpTheQueue/files/conclusion.md

-3
This file was deleted.

JumpTheQueue/index.asciidoc

+11-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note: Setup script can take some time for setup.
2222
First, clone the Jump-The-Queue Repository.
2323
[step]
2424
--
25-
cloneRepository("Clone Jump The Repository", "https://github.com/devonfw/jump-the-queue.git")
25+
cloneRepository("", "https://github.com/devonfw/jump-the-queue.git")
2626
--
2727

2828
====
@@ -46,7 +46,9 @@ npmInstall("jump-the-queue/angular")
4646

4747
====
4848
Now build and run the Angular Server.
49-
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.
49+
The following two steps are only needed in this tutorial.
50+
51+
Normally you can simply execute "ng serve", open the https://localhost:4200/ and start using the app.
5052
5153
In the next step you need to change the Base URL for the REST Services.
5254
[step]
@@ -57,7 +59,10 @@ runClientNg("jump-the-queue/angular", { "startupTime": 200, "port": 4200, "path"
5759
--
5860
Now the Angular Frontend Server should be running.
5961
====
60-
[step]
61-
--
62-
nextKatacodaStep("Conclusion", [{ "file": "files/conclusion.md" }])
63-
--
62+
63+
====
64+
## Conclusion
65+
You have successfully created a Jump the Queue application. You can now proceed with development of another sample application.
66+
67+
For more information related to Jump The Queue sample application visit on https://github.com/devonfw/jump-the-queue/wiki
68+
====

0 commit comments

Comments
 (0)