Angular 14 shell with journeys and Angular 12 remote with widgets.
You need access to repo.backbase.com for installing the dependencies. Once you have it you can follow the set-up-web-development guide to configure npm.
To install dependencies, run the following command in each directory:
$ npm i
proxy.env.conf.js is configured to access the EBP Sandbox, so you can request a key by sending a mail to [email protected].
Run npm start
in each directory, this will serve both the shell and remote apps.
- localhost:4200 (shell)
- localhost:4202 (remote)
You can skip authentication but still see data using our mock-server. In this case, after starting the
mock-server, run npm run start:mocks
in each directory.