Skip to content

serratus-bio/open-virome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Virome

Starting an Open Virome instance locally

To start the app using local frontend with API calls to the remote server

cd frontend
npm install
npm start

To start the app using local front end and local API:

cd frontend
npm install
npm run start-local

In a second terminal

cd api
npm install
npm start