Vaadin 10 for new project

Hi,

I’m Java developer and I’m going to start the new project. I have the very limited client-side development skills and this is why I really love the idea of Vaadin framework. I have evaluated Vaadin 10 Bakery App Starter application https://vaadin.com/start#vaadin10 and was really surprised by the amount of custom HTML/CSS/ [JavaScript]
(https://www.youtube.com/watch?v=G9UqZOv8-OY) written in order to make this application up and running. Right now I’m really confused with this and don’t understand how it can simplify my developer’s life.

The only application I can apply as my project starter, for now, is the famous QuickTickets Dashboard https://demo.vaadin.com/dashboard/ where all UI is implemented purely in Java. The biggest issue, for now, is that this application is implemented on Vaadin 8 and I’m unable to find its version for Vaadin 10. Do you have something similar for Vaadin 10? If no, do you have the migration guide from Vaadin 8 to Vaadin 10 that I can use in order to try to port this application to the Vaadin 10?

Thank You
Hari

Actually it is possible write applications in Vaadin 10 with almost pure Java as well.

I think the Beverage Buddy is better demo for you, I recommend to check that.