Mobile App @ CTI.
- node >= 10.x
- npm / yarn
Mitigate CORS issue during development with CORS Everywhere.
$ ng serve # web - http://localhost:4200/
$ ionic cordova run android -lc # androidAndroid live-reload have CORS issues.
Need to downgrade graphql to update GraphQL schema for Attendix.
$ yarn add graphql@latest
$ yarn generate
$ yarn add graphql@^0.11$ ionic cordova build android --prod --releaseRun ng test to execute unit tests via Karma.
Run ng e2e to execute end-to-end tests via Protractor.
- Fix
ng linterrors before commit (included in pre-commit hooks) - Conventional commit messages
- Issues / Features
- Bump the version with
bin/bump