Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 486 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 486 Bytes

Skeleton Starter for Vaadin Flow

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.