This project was generated with Angular CLI version 8.3.20.
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/wolox-training/jb-angular.git
$ cd plink-frontend
$ npm install
$ ng serve
$ cd plink-frontend/src
$ mkdir environments
$ cd environments
$ touch environment.ts
minimum must have the following environment variables:
export const environment = {
production: false,
ROOT_URL: '',
RAPID_API_HOST: '',
RAPID_API_KEY: '',
};