Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 446 Bytes

JPro-Routing Sample

This is a minimal project to create simple websites with JPro and JavaFX. It uses a minimal routing framework jpro-routing which allows you to write simple route based websites. It also works as a desktop application.

Run the project

Browser:

./gradlew jproRun

Desktop:

./gradlew run