Skip to content

DominoKit/domino-ui-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domino UI Demo

How to run

  • run mvn clean install to build

  • Run for development :

    • For super dev mode
      • In one terminal run mvn gwt:codeserver -pl *-frontend -am

      • In another terminal cd ui-demo-backend

      • execute mvn exec:java

      • the server port will be printed in the logs access the application on http://localhost:[port]

    • For gwt compiled mode
      • cd ui-demo-backend
      • execute mvn exec:java -Dmode=compiled
      • the server port will be printed in the logs access the application on http://localhost:[port]
    • For production mode
      • cd ui-demo-backend
      • execute java -jar target/ui-demo-backend-1.0-SNAPSHOT-fat.jar
      • the server port will be printed in the logs access the application on http://localhost:[port]

About

A Demo application for domino-ui components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages