Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 579 Bytes

Vaadin Light

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

This project is a fork from samie's gist, to add some structure and upgrade the Vaadin version.

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-light-1.0-SNAPSHOT-jar-with-dependencies.jar

Then open http://localhost:8080/.