Skip to content

Latest commit

 

History

History

angular14-with-angular12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Angular 14 with Angular 12

Angular 14 shell with journeys and Angular 12 remote with widgets.

Development Setup

Connect to repo.backbase.com

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.

Installing dependencies

To install dependencies, run the following command in each directory:

$ npm i

Accessing Sandbox

proxy.env.conf.js is configured to access the EBP Sandbox, so you can request a key by sending a mail to [email protected].

Getting Started

Development server

Run npm start in each directory, this will serve both the shell and remote apps.

Mock server

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.