Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvysny/karibu-helloworld-application-maven
Karibu-DSL HelloWorld application in Vaadin, Maven-based
https://github.com/mvysny/karibu-helloworld-application-maven
karibu-dsl kotlin maven vaadin
Last synced: 3 months ago
JSON representation
Karibu-DSL HelloWorld application in Vaadin, Maven-based
- Host: GitHub
- URL: https://github.com/mvysny/karibu-helloworld-application-maven
- Owner: mvysny
- License: unlicense
- Created: 2020-05-07T07:14:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T04:51:37.000Z (4 months ago)
- Last Synced: 2024-10-18T17:52:01.603Z (4 months ago)
- Topics: karibu-dsl, kotlin, maven, vaadin
- Language: Kotlin
- Homepage: https://github.com/mvysny/karibu-dsl
- Size: 1.8 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://vaadin.com/tutorials/getting-started-with-flow) 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](https://github.com/mvysny/karibu-helloworld-application).## Online demo
View the [online demo](https://v-herd.eu/karibu-helloworld-application-maven/).
# Preparing Environment
# Documentation
Please see the [Vaadin Boot](https://github.com/mvysny/vaadin-boot#preparing-environment) documentation
on how you run, develop and package this Vaadin-Boot-based app.## Kotlin
This is a port of [Skeleton Starter Flow](https://github.com/vaadin/skeleton-starter-flow) to Kotlin.
Please see [Vaadin Kotlin page](https://vaadin.com/kotlin) for more information.