1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00
Stefan Ellmauthaler 54e57e3820 Update GDPR/legal document
Signed-off-by: Stefan Ellmauthaler <ellmauthaler@echo-intelligence.at>
2025-03-13 18:30:16 +01:00
..
2025-03-13 18:30:16 +01:00
2023-05-04 17:10:38 +02:00
2023-05-04 17:10:38 +02:00
2023-05-04 17:10:38 +02:00
2023-05-04 17:10:38 +02:00
2023-08-04 10:59:27 +02:00
2023-05-04 17:10:38 +02:00
2023-05-04 17:10:38 +02:00
2023-05-04 17:10:38 +02:00

Frontend for Webservice

This directory contains the (standalone) frontend for https://adf-bdd.dev built using React, Material UI and Typescript.

Usage

For local development run:

  • yarn install to install the dependencies
  • yarn run check to run typechecks and the linter (eslint)
  • yarn start to start the development server listening on localhost:1234

The frontend tries to connect to the server at localhost:8080 in development mode.