Front Patient

This application was developed using AngularJS with Material Components.

Prerequisites

Some resources are required to start the application

NodeJS

YARN or NPM

Install dependencies

run the following command:

npm install

To only install resolved dependencies in package-lock.json:

npm ci

Run the application

Before running the application, install the http-server library by running the command:

npm install http-server --global

After installing the library, run the command

npm start

Open http://127.0.0.1:8500 in your browser.

API configuration

Insert the API URL in app/config/api.config.js