Skip to content

tap-ir/tapir-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tapir-frontend

TAPIR-frontend is a Web UI for TAPIR.

Build

To build and run the frontend you need npm.

Build as a bundle

npm install --legacy-peer-deps
npm run build

Integrate the bundle to tapir

To integrate the bundle directly into TAPIR binary, see TAPIR documentation.

Run

To serve the frontend independently (ex: for developement purpose)

npm start