A test solution has been developed to display a list of trials fetched from the open API source.
To launch the app, kindly follow these steps:
- Download the project and navigate to the root folder. Run the following command to install all the required dependencies:
npm i
- To initiate the app, execute the following command:
npm run start
This command will generate environmental variables and start the development server on port 4200.
To run all unit tests use the following command:
ng test
To run e2e Cypress tests use the following command:
ng e2e