diff options
author | Matti Tahvonen <matti@vaadin.com> | 2017-06-14 16:36:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 16:36:29 +0300 |
commit | 51947ca4dc73267fa5b583054bf5ca1b714002ae (patch) | |
tree | 2b56e38e3be21a687bab0381b7ae4403429e9c81 | |
parent | 4f1c05b09fd32a1f11475f87585adc82926a86c4 (diff) | |
download | vaadin-framework-51947ca4dc73267fa5b583054bf5ca1b714002ae.tar.gz vaadin-framework-51947ca4dc73267fa5b583054bf5ca1b714002ae.zip |
Trying to lower the barrier to start following the tutorial (#9531)
* Trying to lower the barrier to start following the tutorial
-rw-r--r-- | documentation/tutorial.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/tutorial.adoc b/documentation/tutorial.adoc index 3635617eba..4a7a9203a4 100644 --- a/documentation/tutorial.adoc +++ b/documentation/tutorial.adoc @@ -47,7 +47,7 @@ No extensive knowledge of Java is needed, only basic programming skills are requ [[framework.tutorial.overview]] == Overview -You need about 20 to 60 minutes to complete the tutorial, depending on your existing experience. +You'll have your first Vaadin app running in your IDE in a couple of minutes. To complete the whole tutorial, you'll need about 20 to 60 minutes, depending on your existing experience. Naturally, you can just do the beginning of the exercise or pick any of the steps you want. To start from a specific step, we have prepared the example code after each step to be downloaded as a zip file. |