Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 471 Bytes

CLIENT_INSTRUCTIONS.md

File metadata and controls

11 lines (8 loc) · 471 Bytes

RaMP DB Client

To run the client application locally, please follow these steps:

  1. Open a command line application (Powershell, CMD, terminal, etc.)
  2. Enter npm install -g nx
  3. Enter npm install
  4. Change directory (cd) to the apps/ramp-client directory of this repository
  5. Type ng s or nx run ramp-client:serve:development and hit Enter

To build the application and run it in a container, just build and run the dockerfile in the client directory.