oluwasayo / skeleton-starter-flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter

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 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 avaiable also from vaadin.com/start page.

About

License:The Unlicense


Languages

Language:Java 76.9%Language:HTML 23.1%