Simple example with polymere

Hi, i would like to ask if there is a simple example with polymere for people who are familiar with java but never had to deal with js/html.
I know that there is for example https://vaadin.com/docs/flow/polymer-templates/tutorial-template-basic.html, but it took me more than an hour to figure out that i had to put these .html files in src/main/webapp/frontend (some wrote put it in VAADIN, some in META-INF, …). Now the page loads but it is empty. Guess i made something wrong.

A out-of-the-box deployable archive (e.g. on github) would be really nice!

btw.: sorry for my username. I had to register to download another example, and i really dont like “forced registrations” just to download a sample.

You can use the Beverage Buddy App Starter for Vaadin Flow as an example.

You can find the code here:
https://github.com/vaadin/beverage-starter-flow

It contains HTML and Java.

thanks, will check that out!