Files
morbalint a6ecbfe927 fix in increase gives kepzettseg (#87)
* fix in increase gives kepzettseg

* Update frontend/src/second-edition/domain-models/kepzettsegek2E.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-05 13:22:00 +02:00
..
2026-04-05 10:03:13 +02:00
2026-04-04 18:59:34 +02:00
2026-04-05 10:03:13 +02:00
2026-04-04 18:59:34 +02:00
2026-04-04 18:59:34 +02:00

Frontend (Vite)

This frontend now uses Vite + React + TypeScript.

Scripts

  • yarn dev or yarn start: Start the Vite dev server.
  • yarn build: Build production assets to dist/.
  • yarn preview: Serve the production build locally.
  • yarn test: Run tests once with Vitest.
  • yarn test:watch: Run tests in watch mode.

Notes

  • Static files are served from public/.
  • The app entry HTML is index.html at the project root.
  • LESS files are compiled by Vite automatically, no separate compile step is needed.