-
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.5
nvm 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/cli@7.3.6
-
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
.