Starter project for those looking on how to integrate BPMN.IO BPMN.JS library with Angular2
- Clone this repository
- Ensure you're using latest node and npm versions
- Run 'npm install'
Run npm run start
and a browser will open automatically.
Run npm run hmr
if you want to use Hot Module Replacement during development HMR
The app will automatically reload if you change any of the source files.
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
.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run npm run test
to execute the unit tests via Karma.
Run npm run e2e
to execute the end-to-end tests via Protractor.