Developing UI using Trillo Workbench
  • Developing UI Using Trillo Workbench
    • React
      • App Functionalities
        • Login
        • Header
        • Logout Icon
        • Getting a List of Customer Records
        • Getting a Record of Customer Orders
        • Getting a Record of Order Items
        • Getting a Record of Item Details
        • Update a Record
    • Javascript
      • App Functionalities
        • Login API
        • Header
        • Logout Icon
        • Getting a List of Customer Records
        • Getting a Record of Customer Orders
        • Getting a Record of Order Items
        • Getting a Record of Item Details
        • Update a Record
    • Angular
      • App Functionalities
        • Login API
        • Header
        • Logout Icon
        • Getting a List of Customer Records
        • Getting a Record of Customer Orders
        • Getting a Record of Order Items
        • Getting a Record of Item Details
        • Update a Record
Powered by GitBook
On this page
  • Learning Trillo Workbench APIs
  • Installing a UI framework of choice
  • Start building components

Developing UI Using Trillo Workbench

This document describes Developing UI using Trillo Workbench. It is similar to developing UI for against any application server using restful API.

NextReact

Last updated 1 year ago

Developing UI using Trillo Workbench is a 3 step process.

  1. Learning Trillo Workbench APIs.

  2. Installing a UI framework of choice.

  3. Start building components.

Learning Trillo Workbench APIs

You can learn about Trillo Workbench concepts and APIs by referring to these documents.

  1. .

  2. for an overview and learning apit API Playground.

Installing a UI framework of choice

  1. Follow the installation process described on the framework's website.

  2. Add/ modify scripts for Trillo Workbench specific configurations such as base url, image url, theme names, name of application, etc.

More details for Angular and React are coming soon...

Start building components

More details for Angular and React are coming soon...

Trillo Workbench APIs
Using Trillo Workbench APIs chapter of Trillo Workbench Guide