1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00
2023-05-05 11:07:50 +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-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-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.