Skip to content

Latest commit

 

History

History
executable file
·
18 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

executable file
·
18 lines (11 loc) · 410 Bytes

Vaadin Light

Minimal Standalone Vaadin Flow Application Jar with Maven (~ 21.2MB).

Compiling

To compile the entire project, run mvn package.

Running

To run the application, locate the generated jar file in the target directory, and run java -jar <filename>.jar, e.g:

java -jar target/vaadin-flow-light-1.0-SNAPSHOT-jar-with-dependencies.jar

Then open http://localhost:8080/.