Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/