202103.1.28 • Published 3 years ago

rxmx-core v202103.1.28

Weekly downloads
25
License
-
Repository
-
Last release
3 years ago

Chameleon Support Portal

Required Versions

NodeJS v12.x

Full setup is documented here.

Updating Code

git pull origin (your branch)
npm install

If you need to download newer versions of packages in the project, use the npm update command to follow the rules in package.json:

npm update @rxmxcorp/rxmx-shared

or npm install to install newer versions.

npm install @rxmxcorp/rxmx-shared [specific version]

Pointing Client at a local database

ng build --configuration=dev-local
ng serve --configuration=dev-local

ng serve --ssl --ssl-key (relative/absolute location of your key file) --ssl-cert (relative/absolute location of your cert file)

Code Linting

ng lint: get lint report of the entire project

ng lint rxmx-core --files ./path/to/specific/file: provide lint report of specific file

ng lint rxmx-core --files ./path/to/specific/file --fix=true: auto-fix lint errors in a specific file

For more information, please consult the ng lint docs.