mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01: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 installto install the dependenciesyarn run checkto run typechecks and the linter (eslint)yarn startto start the development server listening onlocalhost:1234
The frontend tries to connect to the server at localhost:8080 in development mode.