Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.18 KB

File metadata and controls

31 lines (18 loc) · 1.18 KB

Hello, Vaadin 👋

A simple "Hello, World" application in Vaadin 24 and Kotlin.

This project can be used as a starting point to create your own Vaadin application. It has the necessary dependencies and files to help you get started.

There is also a getting started tutorial based on this project.

To access it directly from github, clone the repository and import the project to the IDE of your choice as a Maven project. You need to have Java 17+ installed.

Note: this example project uses Maven. For Gradle-based example project please visit karibu-helloworld-application.

Online demo

View the online demo.

Preparing Environment

Documentation

Please see the Vaadin Boot documentation on how you run, develop and package this Vaadin-Boot-based app.

Kotlin

This is a port of Skeleton Starter Flow to Kotlin.

Please see Vaadin Kotlin page for more information.