HII-C / patient_viewer

Angular Patient Viewer Application
7 stars 4 forks source link

Patient Viewer

Documentation

Front-end project for context-driven clinical transactions.

Preparing the Application

This is an Angular 8 project using grunt as the build system, SASS for CSS, and Bootstrap for layout. npm is the package manager.

Assuming you already have node installed via brew install node or similar, begin by running the following commands in the terminal:

git clone https://github.com/HII-C/patient_viewer.git
cd patient_viewer
npm install -g grunt
npm install # to install project development dependencies

If you do not have npm installed, do the following:

The project was tested specifically with node version 10.19.0.

Running the Application

To launch in development mode, run the following terminal command from the patient_viewer folder:

grunt --force # to serve the project and automatically recompile on file changes

Then, do the following:

Development Guidelines

Do's:

Dont's:

License

Apache 2.0