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.
To compile the entire project, run mvn package.
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.jarThen open http://localhost:8080/.