1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00
dependabot[bot] 34d3af0c0d
Bump semver from 6.3.0 to 6.3.1 in /frontend
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>
2023-08-04 09:11:03 +00:00
..
2023-08-04 11:09:08 +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-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.