Skip to content

facetrollex/medical-service-app

Repository files navigation

Medical Service Sample Application

Installation Guide:

  1. clone repo
  2. cd /repo
  3. npm install
  4. ng serve -> Open in your favorite browser: http://localhost:4200

Tasks

  1. ng serve //start application for development
  2. ng lint //check typescript syntax
  3. ng build //build app for production (check dist folder)