tapir-frontend

June 8, 2022 ยท View on GitHub

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

Contents

  1. 1Build
  2. 1.1Build as a bundle
  3. 1.2Integrate the bundle to tapir
  4. 2Run