To run the client application locally, please follow these steps:
- Open a command line application (Powershell, CMD, terminal, etc.)
- Enter
npm install -g nx
- Enter
npm install
- Change directory (
cd
) to theapps/ramp-client
directory of this repository - Type
ng s
ornx 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.