1. Domino UI
  2. Getting started
  3. Command Line Tool

Create Domino UI project using DominoKit CLI tool

Prerequisites

  • Java 11 or higher.
  • Maven 3.6.0 or higher.

Steps

  1. Download and install DominoKit CLI tool.
  2. Open a terminal and CD into the folder in which you want to create the project.
  3. Execute the following command where the project name will be used for the maven artifactId and the groupId will be used for maven project groupId:
    			dominokit gen app -n [the project name]  -t basic -g [groupId]
    		
  4. CD into the created project folder.
  5. Run the following command to build the project, for the first time this might take some time until maven download the project dependencies.
    			mvn clean verify
    		
  6. From here follow the steps from the project readme file to run and start the application, you can import the project into your favorite IDE and continue from there

Watch a video tutorial

We are a group of passionate people who love what we do

Donate & Support Us