Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 595 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 595 Bytes

Flow-Hilla Hybrid Example

This project demonstrates how to use Vaadin Flow and Hilla together in a single app.

Hilla is a framework by Vaadin for building reactive web applications on Java backends. It seamlessly integrates a React TypeScript frontend with a Spring Boot backend.

Running the Application

There are two ways to run the application : using mvn spring-boot:run or by running the Application class directly from your IDE.