Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 484 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 484 Bytes

How to start HelloJPro

Web Browser

Start jpro in foreground (development mode)

./gradlew jproRun

Start jpro in background (server mode)

./gradlew jproRestart

Open jpro app in Web Browser

http://localhost:8080/index.html

Show all jpro apps in Browser

http://localhost:8080/test/default

Open jpro app in fullscreen

http://localhost:8080/test/fullscreen/[app-name]

JProSimpleChat