mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@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.