Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

  1. Node.js

Code Block
https://nodejs.org/en/

2. Code Editor.

Steps to run on the local system

A step by step series of examples that tell you how to get a development environment running

Step 1. Clone or download this repository

Code Block
https://github.com/Intelehealth/intelehealth-ui

Clone the zip and open it in any code editor of your choice.

Step 2. Install all the dependencies.

Code Block
npm install

Running this step will install all the required libraries and dependencies on your system.

Step 3. Start the server

Code Block
ng serve

This will start the live server on your local machine.

Step 4. To run

Code Block
localhost:4200

Open this link on the browser and you are good to go!