注册
登录
IOS
>>
camunda-bpm-app
>>
返回
项目作者:
KateF28
项目描述 :
Camunda BPM web application
高级语言:
JavaScript
项目主页:
项目地址:
git://github.com/KateF28/camunda-bpm-app.git
创建时间:
2020-07-06T18:27:22Z
项目社区:
https://github.com/KateF28/camunda-bpm-app
开源协议:
下载
Camunda BPM web application
To run the project locally:
start the Camunda Engine (standard distribution with REST-API at localhost:8080/engine-rest):
https://docs.camunda.org/get-started/quick-start/
clone the repository
configure proxy in the
package.json
file:
https://create-react-app.dev/docs/proxying-api-requests-in-development/
run in the project directory
npm install
and
npm start