Skip to content

xnbox/tommybox_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍥 TommyBox Demo App

TommyBox Demo App

Simplest TommyBox app is just standard HTML/JavaScript etc.

The easiest way to try TommyBox:

  1. Download the latest TommyBox jar: tb-2.14.1.jar
  2. Run demo app remotely:
java -jar tb-2.14.1.jar --app https://github.com/xnbox/tommybox_demo/raw/main/RELEASE/app.zip

Embed demo app:

  1. Download the latest TommyBox jar: tb-2.14.1.jar
  2. Download the demo app app.zip: https://github.com/xnbox/tommybox_demo/raw/main/RELEASE/app.zip
  3. Copy app.zip into the root directory of the tb-2.14.1.jar file
  4. Run embedded demo app:
java -jar tb-2.14.1.jar

Get more:

  • Explore the demo app sources.
  • Please visit TommyBox home page for more options.