Setup Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide will help you get started with installation, configuration of the Client and Customer applications, Server, SDK, run demo, how to use the applications, customize the application for your unique flow needs.
Angular 8+
NestJS
TypeScript 3+
MongoDb
Download the repo from or clone it using the clone command below.
Use the below commands to run the Server App.
Use the below command to run the app in your choice of browser. We recommend chrome. By default, the app will run in 4200 port and will be launched in your browser (URL: http://localhost:4200/). You can change the port number if 4200 is not available on your localhost. For more options to run the app, please refer to angular CLI documentation
You can extend existing services and components to implement additional functionality. Refer to the for more information.
Download the repo from or clone it using the clone command below.
Use the below command to run the app in your choice of browser. We recommend chrome. With the below command, the app will run in 4400 port and will be launched in your browser(URL: http://localhost:4400/). You can change the port number if 4400 is not available on your localhost. For more options to run the app, please refer to angular CLI documentation
You can extend existing services and components to implement additional functionality. Refer to for more information.
Download the repo from or clone it using the clone command below.
TI-framework uses MongoDB to store Tasks, Stages, Flows, and Sessions. Please refer to the official documentation on how to install mongo on , , or .
By default, the app runs in port:3000. To use a different port, change 3000 in to a different value.
Once all three apps are UP, you are now ready to create Task/Stage/Flow or run a Session. Please refer to and for more information.