Application that displays all post sequencing stats for IGO to make pass/fail/deliver decisions for samples and projects.
-
Setup
cd frontend npm install npm run start # application should be started on localhost:3000
-
Cookie - start the IGO login app locally on port 3000 and login successfully, this will store the local cookie then you can stop the local login app and run this app.
-
Configurations - Update
.env
file -
Run
cd backend
npm install
npm run start