Prerequisites
Node.js - Click to download
Angular - Run
npm install -g @angular/cl
to installAny 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!
0 Comments