Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Prerequisites

  1. Node.js - Click to download

  2. Angular - Run npm install -g @angular/cl to install

  3. Any 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 Intelehealth-UI repository

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.

npm install

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

Step 3. Start the server

ng serve

This will start the live server on your local machine.

Step 4. To run

localhost:4200

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

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.