mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-18 09:19:38 +01:00
* Update flake * Remove cargo-kcov * Make AdfParser publically accessible * Fix mongodb version to 6 * Add naive AF support in Web * Add missing doc strings * Remove unused import * Remove TODO comment * Update DevSkim Action * Upgrade flake * Apply clippy suggestions --------- Co-authored-by: monsterkrampe <monsterkrampe@users.noreply.github.com>
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.