Skip to content

lidaof/qATACviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

how to run it

  1. go to backend folder, install Flask
export FLASK_APP=qATACviewer-api.py
flask run --host=0.0.0.0
  1. install node.js
  2. go to frontend folder
npm install (once at first time)
npm start