This project can be used as a starting point to create your own Vaadin Flow application. It has the necessary dependencies and files to get you started.
Import it to the IDE of your choice as a Maven project.
Run using mvn jetty:run
and open http://localhost:8080 in browser.
For a Flow application example, please see the Beverage Buddy App Starter for Flow instead.