-
Clone metabolitics-client-v2 repository by running the below command in a terminal.
git clone https://github.com/itu-bioinformatics-database-lab/metabolitics-client.git -
Install nvm from the following link:
https://github.com/coreybutler/nvm-windows -
Run below commands one by one in a terminal.
nvm install 10.5nvm use 10.5.0 -
Run the below command under metabolitics-client-v2 repository.
npm ci -
Run the below command under metabolitics-client-v2 repository.
npm install -g @angular/[email protected] -
Run the below command under metabolitics-client-v2 repository from Command Prompt.
ng serve -
To run metabolitics-client-v2, open localhost:4200.
Run npm install for installation.
Run ng serve for a dev server. Navigate to http://localhost:4200/.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.