Part of bonita portal written using AngularJs
- node.js > v6.9.4
- yarn > v0.27.5
- maven > 3.3.9
Please run yarn install
Before launching any of following tasks
Before running project in development mode, you need to launch a Bonita backend available on URL http://localhost:8080/ Then launch:
yarn start
Project should be running at URL http://localhost:9000/bonita/portaljs/
yarn run test
yarn run test:watch
yarn run e2e
yarn run e2e:headless
yarn run build
Localization keys can be extracted from source files to an .pot output file (./target/portal-js.pot). To do so, run the following command
yarn run pot
Project can also be built using maven
mvn clean package [-Pe2e]
This will build the project, package it in a zip file and, run end to end test if e2e profile is activated