Go to file
Dan 106f8d6f75 Fixing a bug that prevented the download of reference files. 2022-01-26 15:49:18 -05:00
.github/workflows Adding github action to build our docker containers. 2022-01-04 15:31:28 -05:00
docker fixing the file modes. 2021-07-22 14:05:45 -04:00
e2e Configures eslint and fixes a bunch of linting errors. 2021-08-12 11:04:55 -04:00
src Fixing a bug that prevented the download of reference files. 2022-01-26 15:49:18 -05:00
.browserslistrc Update Angular for bpmn (WIP) 2021-07-26 11:15:54 -04:00
.editorconfig fixing the file modes. 2021-07-22 14:05:45 -04:00
.eslintrc.json Removes unnecessary rulesets. 2021-08-13 18:11:39 -04:00
.gitignore fixing the file modes. 2021-07-22 14:05:45 -04:00
.sonarcloud.properties fixing the file modes. 2021-07-22 14:05:45 -04:00
.travis.yml upgrade node js, and assure npm is at least 7.10. 2021-08-10 11:08:47 -04:00
Dockerfile fixing the file modes. 2021-07-22 14:06:19 -04:00
README.md Fixes a little console error bug. 2021-10-19 11:49:03 -04:00
angular.json Updated CSS For Editor 2021-09-13 05:40:14 -04:00
karma.conf.js fixing the file modes. 2021-07-22 14:05:45 -04:00
karma.globals.js fixing the file modes. 2021-07-22 14:06:19 -04:00
nginx.conf fixing the file modes. 2021-07-22 14:05:45 -04:00
package-lock.json Fixing a bug that prevented the download of reference files. 2022-01-26 15:49:18 -05:00
package.json Fixing a bug that prevented the download of reference files. 2022-01-26 15:49:18 -05:00
sonar-project.properties Adds CI files. Edits project properties 2020-01-14 16:52:39 -05:00
tsconfig.json Updates bpmn - only issue now is css related 2021-08-06 13:52:37 -04:00
webpack.config.js Updates all packages to latest compatible versions. Fixes all those compiler warnings about CSS. 2021-08-11 11:22:39 -04:00

README.md

sartography/cr-connect-bpmn

Build Status Coverage

CR Connect BPMN Configurator

This project was generated with Angular CLI version 7.1.1.

Development server

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

You can also user npm run start:dev to get a dev server with lazy loading. This makes development much more efficient

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

One way to check for coverage:

Install lcov (in ubuntu: sudo apt-get install lcov)

run ng test --no-watch --code-coverage to generate a coverage directory, with an lcov file in it

run genhtml coverage/lcov.info -o coverage/html to generate an html doc that looks at coverage (index.html)

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.