This project can be used as a starting point to create your own Vaadin Flow application. It has the necessary dependencies and files to help you get started.
The best way to use it by via vaadin.com/start - you can get only the necessary parts and choose the package naming you want to use. There is also a getting started tutorial based on this project.
To access it directly from github, clone the repository and import the project to the IDE of your choice as a Maven project. You need to have Java 8 installed.
Run using mvn jetty:run
and open http://localhost:8080 in browser.
For a full Vaadin Flow application example, there is the Beverage Buddy App Starter for Flow available also from vaadin.com/start page.
Branching information:
master
the latest version of the starter, using latest platform snapshotV10
the version for Vaadin 10V11
the version for Vaadin 11