Activiti Cloud Demo UI

screenshot of Activiti Cloud Demo UI
angular

DEPRECATED, for Activiti Cloud UI examples see ADF: https://github.com/Alfresco/alfresco-ng2-components

Overview

Activiti Cloud Demo UI is a powerful tool designed for developers looking to set up a dynamic workflow application. With its robust features and easy installation process, it allows you to quickly get started with building and deploying your applications. The focus on modern development practices, like using Node version 8.2.0 or higher, ensures a smooth development experience while offering flexibility for production environments.

Whether you are testing in a local setup or deploying in a Docker environment, the Activiti Cloud Demo UI simplifies configuration management and offers development-centric features. This makes it ideal for developers who want to streamline their workflow processes and have the ability to easily customize them according to their needs.

Features

  • Easy Installation: Begin by ensuring your machine is running Node version 8.2.0 or higher for a seamless setup experience.
  • Development Mode: Compiles and starts the project in watch mode, allowing for real-time browser reloads upon changes.
  • Production Build: Builds the project for production with all outputs placed in the 'dist' folder, ready for deployment on any web server.
  • Test Build: Run unit test cases to ensure your application is functioning as intended before deployment.
  • Configurable Server-side Settings: Modify the app.config.json file to change API endpoints and OAuth parameters as necessary for your applications.
  • Minikube Compatibility: Easily run your application locally using Minikube with simple npm commands.
  • Custom Docker Setup: Customize your Docker configuration with environment variables for tailored deployment setups, enhancing flexibility in managing your application.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.