Skip to content

kipoi/demo-webapp-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Webapp Frontend

How to run?

To be able to run the project, navigate to root folder on terminal and:

  • Install yarn
  • run yarn install
  • run yarn start

The app will be deployed on localhost:3000.

Important: For full functionality, you have to have the Demo Webapp Backend project running on port 5000.