An Angular single page application built to interface with MVAR API: https://github.com/TheJacksonLaboratory/mvar-core
- Node V 16
- Angular cli V 8.0.2
Clone repo:
git clone [email protected]:TheJacksonLaboratory/mvar-frontend.git
Install Node v16
https://nodejs.org/en/download
Install angular cli
sudo npm install -g @angular/[email protected]
Run npm install
sudo npm install --legacy-peer-deps
Run the front-end application
ng serve
Build command
ng build --base-href=/ -c test (sqa environment)
ng build --base-href=/ -c production (production environment)