/form-task-demo-kit

This project allows you to show tasks created by a process on the flowable-task project, edit and complete them.

Primary LanguageJavaScript

FORM DEMO DESIGN KIT README

This project allows you to show tasks created by a process on the flowable-task project, edit and complete them.

To use this project, you must have running the flowable-task project on http://localhost:8080 URL.

If you already have a working version of flowable-task on another server or port, open the package.json file and change the proxy section to point to your server.

To build the project first use:

yarn

After that you can run the project with:

yarn start

This command will open the project on your default web navigator at the http://localhost:3000 URL.