Getting Started Guide
Set up local environment
Prerequisites
Install node LTS (long term support) version.
Install SAMM Schematics
Run the following command in the desired Angular project folder to add the dependency
npm install https://github.com/eclipse-esmf/esmf-sdk-js-schematics/releases/download/v{{version}}/esmf-semantic-ui-schematics-{{version}}/.tgz --save-dev
or
yarn add https://github.com/eclipse-esmf/esmf-sdk-js-schematics/releases/download/v{{version}}//esmf-semantic-ui-schematics-{{version}}/.tgz --dev
Install Aspect Model Loader
Run the following command in the desired Angular project folder to add the dependency
npm install https://github.com/eclipse-esmf/esmf-sdk-js-aspect-model-loader/releases/download/v{{version}}//esmf-aspect-model-loader-{{version}}/.tgz --save-dev
or
yarn add https://github.com/eclipse-esmf/esmf-sdk-js-aspect-model-loader/releases/download/v{{version}}//esmf-aspect-model-loader-{{version}}/.tgz --dev