Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianluigip/vaadin-flow-tutorial
This is an implementation of the official Vaadin Flow Tutorial form vaadin.com using Gradle and Kotlin
https://github.com/gianluigip/vaadin-flow-tutorial
Last synced: about 17 hours ago
JSON representation
This is an implementation of the official Vaadin Flow Tutorial form vaadin.com using Gradle and Kotlin
- Host: GitHub
- URL: https://github.com/gianluigip/vaadin-flow-tutorial
- Owner: gianluigip
- License: apache-2.0
- Created: 2018-07-08T10:03:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T10:19:38.000Z (over 6 years ago)
- Last Synced: 2024-11-13T12:02:52.430Z (about 1 month ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vaadin Flow Tutorial
This is an implementation of the official [Vaadin 10 Flow Tutorial](https://vaadin.com/docs/v10/flow/introduction/tutorial-get-started.html) using Gradle and Kotlin.
# Build and Execute
```
gradlew build
```It will compile the project.
```
gradlew bootRun
```It will start the app at the URL http://localhost:8080/