1
0
Форкнуть 0
ej2-showcase-angular-bpmn-e.../README.md

1.1 KiB

ej2-angular-bpmn-editor

The BPMN shapes help us to represent internal business processes in a graphical notation. They enable you to communicate procedures in a standard manner. These shapes are popular and intuitive graphics that can be easily understood by all business stakeholders, including business users, business analysts, software developers, and data architects.

Prerequisite 

Install Node version - 14.17.3 from https://nodejs.org/en/download/

Install Angular CLI - 14.2.9 using the below command

npm i @angular/cli@14.2.9

To Install all packages

Use the below command to install all dependent packages.

npm install

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

To Run the application

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.