Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 435 Bytes

File metadata and controls

18 lines (10 loc) · 435 Bytes

The Invoice Demo Application

This is the invoice demo application which is shipped with the full distributions.

Development Setup

If you want to hack this demo, type

mvn jetty:run -Pdevelop

Open your browser at http://localhost:8080/camunda.

If you change the HTML/Javascript forms you can just refresh (F5) the page.

If you change the Java code you have to restart the server.