summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/chapter-getting-started.asciidoc
blob: 8c7f0adb2eaae69cdadee88e893a1cf406911085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[[getting-started]]
== Creating a Vaadin Application

TIP: If you are new to Vaadin, we suggest to start with <<../tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment.

This chapter gives practical instructions for creating a Vaadin application project and deploying it to a server to run it. We also consider topics such as debugging.

The instructions are given separately for the Eclipse IDE, NetBeans, and IntelliJ IDEA.

include::getting-started-overview.asciidoc[leveloffset=+2]

include::getting-started-libraries.asciidoc[leveloffset=+2]

include::getting-started-archetypes.asciidoc[leveloffset=+2]

include::getting-started-first-project.asciidoc[leveloffset=+2]

include::getting-started-netbeans.asciidoc[leveloffset=+2]

include::getting-started-idea.asciidoc[leveloffset=+2]

include::getting-started-maven.asciidoc[leveloffset=+2]

include::getting-started-package.asciidoc[leveloffset=+2]

include::getting-started-scala.asciidoc[leveloffset=+2]

include::getting-started-kotlin.asciidoc[leveloffset=+2]